Schlagwort: screen

screen commands

Screen Use the command „screen“ to open a virtual terminal session in you actual session. The sessions will stay active until you terminate them. Installation: MacOS X # build in Debian # apt-get install screen normal use: # create new session screen -S „NAME“ # detach session Ctrl + A & Ctrl + D # list open sessions screen -ls… Read more →