8
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

screenで画面共有

Last updated at Posted at 2014-08-07

screenを開始する
screen -S <session_name>

userさんに画面共有出来るようにする

multiuser on
^a :acladd user```

userさんが、この画面に接続するときのコマンド
```screen -x <myname>/<session_name>```

userさんが画面を操作できないようにする
```^a :chacl user -w "#"```

userさんが「ウィンドウ2だけ」を操作できるようにする
```^a :chacl user +w 2```
8
7
1

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
8
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?