Jump to content

I don't use screens but would suggest using tmux instead, it has the same functionality but some extra goodies. check out this link for a comparison http://superuser.com/questions/236158/tmux-vs-screen

 

in tmux you only do:

 

tmux new -s name_of_session

 

to get a named session and then

 

tmux ls

 

to list your sessions and

 

tmux attach -t name_of_session

 

to attach to the target session

Link to comment
https://linustechtips.com/topic/564254-ubuntu-server-screens/#findComment-7420163
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×