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 -lsTo kill the current screen:
Ctrl + a (realease keys) k
0 comments:
Post a Comment