VarjuOrg

Linux / Windows – what’s the difference…

Linux program Screen howto

Hi,

Here are some good usage examples of linux SCREEN program.

screen -ls - shows if you have any open screens
screen or “Ctrl-A” “C” - opens new session like screen
“Ctrl-A” “n” - goto next screen (when multiple screens present)
“Ctrl-A” “p” - goto previous screen (when multiple screens present)
“Ctrl-A” “k” - kills / exits screen
“Ctrl-A” “d” - detach screen
screen -r "pid number" - reconnects to screen / attaches screen specified by screen -ls

You can find more in:
Screen howto@Rackaid Blog by:Jeffrey Hukaby

,

Leave a Reply

Your email address will not be published. Required fields are marked *