advertisements
_____________________________________________________________________________________________________________________
Here are some useful
tips to use screen command in Linux user logins. Linux screen command is very useful
command to keep the session logged in without any failure even if any kind of
network failure etc.
- Invoke a Screen
session
Login to
your a/c
screen -S
-- You can mention what ever name you want
- Command to detach an
attached session
ctrl+a and
press d
- List the screen
sessions under your login
screen -ls
- Command to reattach
an already attached session
screen -r -d
_____________________________________________________________________________________________________________________
0 comments:
Post a Comment