Answers for "hwot o rename a folder in linux shelp"

0

hwot o rename a folder in linux shelp

Open the Terminal application.
Type the following command to rename foo folder to bar: 

$ mv foo bar

 You can use full path too: mv /home/user/oldfolder /home/user/newfolder.
 
# Source: https://www.cyberciti.biz/faq/linux-rename-folder-command/
Posted by: Guest on February-14-2022

Code answers related to "hwot o rename a folder in linux shelp"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language