Using Screen on Raspberry Pi

  • 在使用ssh时虚拟一个终端,实现不间断操作
1
sudo apt install screen

常用命令

1
2
3
screen -S 新建终端
screen -r 进入已创建终端
screen -ls 列出已创建终端

快捷键

1
2
Ctrl+A+D 保存并退出
Ctrl+A+K 杀死当前终端
  • Virtualize a terminal when using SSH to achieve uninterrupted operations.
1
sudo apt install screen

Common Commands

1
2
3
screen -S Create a new terminal
screen -r Enter an existing terminal
screen -ls List created terminals

Shortcuts

1
2
Ctrl+A+D Save and exit
Ctrl+A+K Kill the current terminal

Using Screen on Raspberry Pi
https://tokisaki.top/blog/rpi-screen/
作者
Tokisaki Galaxy
发布于
2020年2月6日
许可协议