in unix how to change old name to new name
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of man command in linux?
What is the command can be used to check for file corruption?
What does mkdir do in linux?
What is the command can be run to remove all the rules in an iptable table?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
What is netstat command in linux?
How do I check cores in linux?
What does pwd mean in linux?
How often do you use grep command and how in Linux operating system?
What is lsof command in linux?
How do I check memory usage on linux?
What is DISM command?
What the command used for search file or files for specific text?
How do I find my user id in linux?
What does mkdir mean in linux?