Skip to content

Instantly share code, notes, and snippets.

@syedanam
Last active December 6, 2022 04:37
Show Gist options
  • Save syedanam/a4c5392d9a1da2ff9c433a447f16196f to your computer and use it in GitHub Desktop.
Save syedanam/a4c5392d9a1da2ff9c433a447f16196f to your computer and use it in GitHub Desktop.
Ubuntu Useful Command
-------------ubuntu_file_permission---------------
sudo mkdir /qlabImg
#sudo chmod -R 755 /qlabImg/
sudo chown -R anam:anam /qlabImg
sudo chmod -R 755 /qlabImg
-------------ubuntu_file_permission---------------
-------------ubuntu_file_transfer---------------
data Send ==>> rsync -avrP /Source_path/ sakil@192.168.4.171: /*if send in root no destination path*/
data Send ==>> rsync -avrP /Source_path/ sakil@192.168.4.171:/Destination_path/
data receive ==>> rsync -avrP sakil@192.168.4.171:/Source_path/ /destination_path/
-------------ubuntu_file_transfer---------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment