当前位置: 首页 > 工具软件 > GNU Screen > 使用案例 >

GNU Screen 常用命令总结

长孙燕七
2023-12-01

外部调用命令

EffectCommand
start a new screen session with session namescreen -S <name>
list running sessions/screensscreen -ls
attach to a running sessionscreen -x
attach to session namescreen -r <name>

内部使用组合键

C-a是快捷键Control+a的简写

EffectCommand
detachC-a d
getting out of the screen sessionexit
create new windowC-a c
change to next window in listC-a n or C-a <space>
change to previous window in listC-a p or C-a <backspace>
see window listC-a ” (allows you to select a window to change to)
rename current windowC-a A
See helpC-a ? (lists keybindings)

参考资料

http://aperiodic.net/screen/quick_reference

 类似资料: