hwot o ganti nama folder di 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/
mathiasgodwin