mv [oldDirPath] [newDirPath]
mv -T /home/user/oldname /home/user/newname // also creates if doesn't exist
mv /home/user/oldname /home/user/newname