Tips/Ubuntu/CommandList のバックアップソース(No.1)

#contents
----

|コマンド|オプション|説明|
|scp|<local> <user>@<host>:<remote>|ローカルの<local>ファイルをリモートサーバー<host>上に<user>でログインし<remote>にコピーする|
|~|<user>@<host>:<remote> <local>|リモートサーバー<host>上に<user>でログインし<remote>ファイルを、ローカル<local>にコピーする|