- Forums
- Linux Systems
- Rename Move Change Linux Directory Files Folders Command
This Page Contains information about Rename Move Change Linux Directory Files Folders Command By unix in category Linux Systems with 1 Replies. [2864], Last Updated: Sat May 18, 2024
unix
Sat Aug 26, 2006
1 Comments
5575 Visits
This is a command I frequently use when i am working in the UNIX shell:
To move file.html file from /home/john to /home/sandy:
CODE:
mv /home/john/file.html /home/sandy/index.html
To rename old_file.html to new_file.html
CODE:
mv old_file.html new_file.html
https://www.wallpaperama.com/forums/rename-move-change-linux-directory-files-folders-command-t319.html