📅  最后修改于: 2022-03-11 14:49:53.935000             🧑  作者: Mango
代码示例1
# to create screen session and name it
$ screen -d -m -S
# to detach screen
CTRL+A then CTRL+D
# to reattach
$ screen -r