LoginSignup
1
1

More than 5 years have passed since last update.

screen

Posted at

screen

接続が切れても消えないため、リモート操作する際に中断されたら困る処理をする際に使用.
また複数のプロセスを共有可能.
Ctrl + a は行頭移動で割り当てられていて使用頻度高いため、 a → t の設定になってます

screen -ls

セッション一覧表示

screen -S 名前

セッション名をつけて起動

screen -d 名前または -ls で表示された pid

指定したセッションを抜ける ( 実行中の処理は消えない )

screen -r 名前または -ls で表示された pid

指定した名前を使用

Ctrl + t

スクリーン移動

Ctrl + t → S

画面分割

Ctrl + t → tab

画面移動

Ctrl + t → ESC

画面内移動

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1