⇤ ← Revision 1 as of 2019-11-04 10:31:00
Size: 398
Comment:
|
Size: 397
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
* screen --AdmS seesion1 -t tab1 /bin/bash | * screen -AdmS session1 -t tab1 /bin/bash |
screen
Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. When screen is invoked, it executes initialization commands from the files .screenrc in the user’s home directory and /usr/local/etc/screenrc.
- screen -AdmS session1 -t tab1 /bin/bash