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 |
1.what is Kernel parameters? 2.how many cpu have use in your machine?
How do I know my shell?
Explain about communication features in UNIX?
What command you use for cpio to create a backup called backup.cpio of all the users’ home dirs?
Set the Display automatically for the current new user ?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?
Explain difference between nfs soft and hard mouniting points?
How do I check cores in linux?
What is the Difference between 'su' and 'su-' ?
What is the makefile in c?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
0 Answers HCL, RNF Technologies,
Q. If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred ?