Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


in unix how to change old name to new name

Answers were Sorted based on User's Feedback



in unix how to change old name to new name..

Answer / pravin virkud

mv <old name> <new name> // for rename the file in the same
directory

mv <old name> /<absolute path>/<new name> for rename and
move the file in other diretory.

Is This Answer Correct ?    31 Yes 3 No

in unix how to change old name to new name..

Answer / javed

mv <oldfilename> <newfilename>

eg:-
[root@localhost]# touch file1 //created a file named file1
[root@localhost]# ls //displays the file created
file1
[root@localhost]# mv file1 file2 //command to rename file1
[root@localhost]# ls //displays the renamed file
file2

Is This Answer Correct ?    14 Yes 0 No

in unix how to change old name to new name..

Answer / googler

see there is no rename command in unix ,

so what u can use is "move" (mv) command

mv "(absolute path) old file name" "new file name"

Is This Answer Correct ?    12 Yes 0 No

in unix how to change old name to new name..

Answer / pawan

In Linux the Syntax to change the old name to new name

mv <Old Name> <New Name>

Example:

mv raj shyam
Its changed into shyam

Is This Answer Correct ?    6 Yes 0 No

in unix how to change old name to new name..

Answer / gaurav verma

1. open the file /etc/sysconfig/network and change the
parameter HOSTNAME=<old name> to new name.

2. restart the network services.
3. open the file vi /etc/hosts, and change the old name to
new name.

127.0.0.1 <old name> localhost.localdomain
localhost



Is This Answer Correct ?    7 Yes 2 No

in unix how to change old name to new name..

Answer / shital

in RHEL-5 to change old name to new name of file command is....

#rename <oldname> <newname> <oldname>



......OK shital

Is This Answer Correct ?    7 Yes 12 No

in unix how to change old name to new name..

Answer / kk.utnoor

rename <oldname> <newname>

Is This Answer Correct ?    2 Yes 15 No

Post New Answer

More Linux Commands Interview Questions

Explain trap command of linux?

0 Answers  


What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?

0 Answers  


What does uname do in linux?

0 Answers  


Describe the mknod command and when you’d use it.

0 Answers  


How do I stress test my cpu?

0 Answers  


What is nbtstat command?

0 Answers  


Brief about the command kill PID?

0 Answers  


Explain difference between swap partition and swap file?

0 Answers  


What is the purpose of the "top" command?

1 Answers  


in redhat Linux wat is the command to check at ahich date and time file was created?

16 Answers  


What is the makefile in c?

0 Answers  


What is Syntax of any Linux command?

0 Answers   UGC Corporation,


Categories