Skip to content

Instantly share code, notes, and snippets.

@pkirch
Created March 29, 2021 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkirch/636a6eef31f09537167593460647a40b to your computer and use it in GitHub Desktop.
Save pkirch/636a6eef31f09537167593460647a40b to your computer and use it in GitHub Desktop.
LinuxGettingStarted

Move Folders

https://askubuntu.com/a/634253/339238

For those trying to move folder, on Ubuntu using Putty, just use the following command:

sudo mv /fromPath/ /toPath/ for example:

sudo mv /root/folder1 /home/folder2/ "/" in the end means you are going to move folder1 inside folder2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment