shell move directory code example
Example 1: how to move a directory in linux
mv /path/to/source /path/to/dest
Example 2: ubuntu move folder to another directory
sudo mv /root/folder1 /home/folder2/
mv /path/to/source /path/to/dest
sudo mv /root/folder1 /home/folder2/