We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo apt install screen
screen -S name
快捷键:Ctrl+A+D
快捷键:Ctrl+D
screen -ls
screen -r name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
安装
使用
创建窗口
退出当前窗口
快捷键:Ctrl+A+D
关闭窗口
快捷键:Ctrl+D
查看已创建窗口
进入名为name的窗口
The text was updated successfully, but these errors were encountered: