Ubuntu – How to rename a directory via the command line

command linerename

I have got the directory /home/user/oldname and I want to rename it to /home/user/newname. How can I do this in a terminal?

Best Answer

mv /home/user/oldname /home/user/newname