Tips/Ubuntu/CommandList
Last-modified: Wed, 11 Mar 2020 12:25:09 JST (1774d)
ネットワーク系
コマンド | オプション | 説明 |
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>でログインする |