Screen commands cheat sheet

Screen allows you to keep the session running in background for your system

It just like having multiple workspace in Ubuntu and you can switch between them on command line.

Start the new screen session

screen

Exit ( detach ) from session

Control a + d

See the running screen sessions

screen -ls

Attach to running screen session

screen -r <id>

Kill permanently the specific screen session
From within the running session

Control A and then press :quit

No comments:

Post a Comment

Please share your views and comments below.

Thank You.