Tips/Ubuntu/CommandList のバックアップ差分(No.1)


  • 追加された行はこの色です。
  • 削除された行はこの色です。
#contents
----

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