Projekt

Allgemein

Profil

Howto screen » Historie » Version 1

Jeremias (Admin) Keihsler, 03.02.2018 13:57

1 1 Jeremias (Admin) Keihsler
h1. Howto screen
2
3
most of this is taken from
4
* https://www.tecmint.com/screen-command-examples-to-manage-linux-terminals/
5
* https://unix.stackexchange.com/questions/240444/cant-resume-screen-says-i-am-already-attached
6
7
start session 
8
<pre>
9
screen
10
</pre>
11
12
control of screen via @Ctrl-a@
13
14
detach from screen @Ctrl-a d@
15
16
reattacht @screen -r@
17
18
list screens @screen -ls@
19
20
restore specific screen @screen -r 4711@, while @4711@ is the PID of the specific screen