Linux 常用指令集

把一些常用的Linux指令集做個備份

複製資料至遠端Linux

1
2
# upload: local -> remote
scp local_file user@remote_host:remote_file

從遠端Linux複製檔案下來