- Forums
- PHP
- How To Change Rename Move Linux Directory File Folder
This Page Contains information about How To Change Rename Move Linux Directory File Folder By dehas in category PHP with 1 Replies. [2025], Last Updated: Mon Jun 24, 2024
dehas
Fri Apr 25, 2008
1 Comments
419 Visits
This is a frequently used command that you might find helpful:
To move file.html file from /home/john to /home/sandy:
Code/Command:
mv /home/john/file.html /home/sandy/index.html
To rename old_file.html to new_file.html
Code/Command:
mv old_file.html new_file.html
https://www.webune.com/forums/how-to-change-rename-move-linux-directory-file-folder-t309.html