screen是一个在linux环境中使用的命令行终端模拟器,允许用户在一个单一终端回话中管理多个终端窗口.
创建会话
screen -S name
删除会话
screen -X -S name quit
退出会话
ctrl + a d