Penguin
Annotated edit history of ScreenNotes version 2, including all changes. View license author blame.
Rev Author # Line
1 NathanOverall 1 !! How to allow another user to connect to your screen
2
3 We require two options in our ~~/.screenrc to do this:
4
5 <verbatim>
6 multiuser on
7 acladd nathan,root
8 </verbatim>
9
10 The multiuser line tells screen to enable multiple users on all screens this user launches. Then we use acladd to give full permissions to root and nathan to this terminal. However screen will have to be suid root to work for non root users.
2 PerryLorier 11
12 You can also issue these commands from the ^A: command line to get this at runtime without having to restart screen(1).
13
14 ----
15 CategoryNotes