genkio / blog

Stay hungry stay foolish
https://slashbit.github.io/blog/
0 stars 1 forks source link

Work with screen in ubuntu #109

Closed genkio closed 7 years ago

genkio commented 7 years ago
# create a new screen session
$ screen -S session_name

# exit a session
# ctrl + a d

# list all current sessions
$ screen -ls

# resume a existing session
$ screen -r session_name # or session id