Answers for "linux screen detach"

2

linux screen detach

ctrl+a d
Posted by: Guest on March-22-2020
2

create a screen command

screen -S screen_name
Posted by: Guest on October-27-2020
0

reattach screen linux

-d -r   Reattach a session and if necessary detach it first.

-d -R   Reattach a session and if necessary detach or  even  create  it
               first.

-d -RR  Reattach  a  session  and if necessary detach or create it. Use
               the first session if more than one session is available.

-D -r   Reattach a session. If necessary  detach  and  logout  remotely
               first.
Posted by: Guest on January-27-2021
0

screen reattach

screen -d -r
Posted by: Guest on February-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language