Skip to content

Instantly share code, notes, and snippets.

@lanrion
Created May 1, 2014 11:33
Show Gist options
  • Save lanrion/a715b33f16b99eb0ce0a to your computer and use it in GitHub Desktop.
Save lanrion/a715b33f16b99eb0ce0a to your computer and use it in GitHub Desktop.
linux 下screen 的使用。

1, 列出所有screen:

 screen -list

2, 创建新的screen

 screen -R name # 要么连接一个已有的,要么就创建一个。

3, 连接一个

 screen -r name

4, 退出当前窗口

  Ctrl+a+d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment