Tips/Ubuntu/CommandList の変更点

Top > Tips > Ubuntu > CommandList
  • 追加された行はこの色です。
  • 削除された行はこの色です。
  • Tips/Ubuntu/CommandList へ行く。

#contents
----

*コマンド早見表 [#t071b241]
*ネットワーク系[#t071b241]
|コマンド|オプション|説明|h
|scp|<local> <user>@<host>:<remote>|ローカルの<local>ファイルをリモートサーバー<host>上に<user>でログインし<remote>にコピーする|
|~|<user>@<host>:<remote> <local>|リモートサーバー<host>上に<user>でログインし<remote>ファイルを、ローカル<local>にコピーする|
|ssh|<host>|sshで<host>にログインする|
|~|<user>@<host>|sshで<host>に<user>でログインする|