1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-05-29 02:40:47 +00:00

docs(ubuntu): log as root

This commit is contained in:
Julien Le Coupanec 2020-09-26 16:06:01 +02:00
parent 8f8dd58758
commit 456df7dbe9

View File

@ -11,3 +11,5 @@ sudo ufw allow from remote_IP_address to any port 3306 # Allow external ip to ac
scp user@remote_host:remote_file local_file # download: remote -> local scp user@remote_host:remote_file local_file # download: remote -> local
scp local_file user@remote_host:remote_file # upload: local -> remote scp local_file user@remote_host:remote_file # upload: local -> remote
sudo -s # Log as root