Skip to content
New issue

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

ubuntu中screen的安装与简单使用 #22

Open
licoded opened this issue Dec 10, 2021 · 0 comments
Open

ubuntu中screen的安装与简单使用 #22

licoded opened this issue Dec 10, 2021 · 0 comments

Comments

@licoded
Copy link
Owner

licoded commented Dec 10, 2021

安装

sudo apt install screen

使用

创建窗口

screen -S name

退出当前窗口

快捷键:Ctrl+A+D

关闭窗口

快捷键:Ctrl+D

查看已创建窗口

screen -ls

进入名为name的窗口

screen -r name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant