in unix how to change old name to new name
Answers were Sorted based on User's Feedback
Answer / anil.gaurav
mv Command:
Use this command to change the name of file and
directories.
% mv foo foobar
The file that was named foo is now named foobar
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / v.balaviswanathan
$ mv name1.txt name2.txt
Where name1 is the old name
name2 is the new name
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / k.v.ramayya
one file and directory is moove one place to another places
and drectories in any places
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ravi prakash
for renaming in red hat linux
command is
for example we have to rename folder Hello to Hi
then command is
$ rename Hello hi Hello
so by this Hello rename to hi..
| Is This Answer Correct ? | 0 Yes | 0 No |
if i run ls command it will show me the junk output what is problem and how to resolve it
How to shuffle the GRUB booting from one Disk to other?
Who is unix command?
How can I only see the last 5 lines of a file?
How do I list all processes in linux?
what are the linux boot files?
What is the command to find the hardware configuration in Linux?
What command you execute to display the last five commands you have entered?
what is user mode & kernel mode?
I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?
1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utilization even though files unable to create, why? 3.what are the internal and external command in linux? 4.sar command o/p? 5.how list the open files? 6.what is kernel compiling? 7.How do u See complete configuration in ur system? 8.how will u make a daily updates with cron daily? 9.which port is associated with ttys0? 10.specific some problems linux admin(if u are linux admin)faced and how did u overcome it?
10 Answers IBM, TCS,
How would you check the available disk space on a Linux system?