Tips/Ubuntu/CommandList

Last-modified: Wed, 11 Mar 2020 12:25:09 JST (1508d)
Top > Tips > Ubuntu > CommandList

ネットワーク系

コマンドオプション説明
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>でログインする