How do you move or rename a file or directory?
The mv command serves the dual purpose of moving and renaming files or directories. To rename a file, mv old_filename new_filename is used. Similarly, to move a file to a different directory, the format is mv filename target_directory/. The same logic applies to directories. It’s a versatile command that aids in organising and re-structuring file locations and names.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
What does the metacharacter mean?
What is the size of time_t?
How to remove a crontab file?
distinguish between paging and swapping?
How to get a particular string as your prompt ? Give syntax of that command?
What is unix command?
What is the first character of the output in ls l command?
what is the difference between "cron" command and "at" command?
How we will execute previous command in vi editor?
how to make IGNITE-BACKUP in HP-UX?
How can we "forked" process in UNIX? How then recognize in any of the branches we?