Thursday, July 7, 2016

Screen command quick start guide

To create a new session, write the following with your session name instead of [session]:
screen -R [session]
This will start a new session with name [session](if not created before) in a new clean "screen".

To dettach the session just press:

Ctrl + a  (realease keys) d

To attach the screen session again, write again:
screen -R [session]
To list all the screen sessions:
screen -ls
To kill the current screen:

Ctrl + a  (realease keys) k

0 comments:

Post a Comment

Popular Posts

Recent Posts

Unordered List

Text Widget

Pages

Search This Blog

Powered by Blogger.