mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2025-01-03 14:17:23 +00:00
8 lines
292 B
Bash
8 lines
292 B
Bash
##############################################################################
|
|
# UBUNTU
|
|
##############################################################################
|
|
|
|
scp /path/to/file user@server:/path/to/destination # Copy file from local to server
|
|
|
|
df -h # Check the amount of free space
|