in unix how to change old name to new name
Answer Posted / 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 |
Post New Answer View All Answers
List the three main parts of an operating system command?
You issue the command head * what would the resulting output be?
What is kill 9 in linux?
What are the options of wc command?
What is cd command used for?
Enlist some linux networking and troubleshooting commands?
Why is unix used?
What is makefile in unix?
What is the command to calculate the size of a folder?
What is the difference between find and locate command in linux?
What is the difference between cd and cd in linux?
How do I move to root in linux?
What is the copy command in linux?
What is $@ in bash?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.