GNU screen
1.1、GNU screen简介
是什么 ?:a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.
开发语言:C
官方主页:https://www.gnu.org/software/screen
1.2、通过包管理器安装GNU screen
操作系统包管理器安装命令
macOSHomeBrewbrew install screen
GNU/LinuxHomeBrewbrew install screen
aptsudo apt-get install -y screen
CentOSyumsudo yum install -y screen
dnfsudo dnf install -y screen
openSUSEzyppersudo zypper install -y screen
Alpine Linuxapksudo apk add screen

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm screen
Gentoo LinuxPortagesudo emerge app-misc/screen
1.3、GNU screen的使用