A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
-bash: tty: command not found #Debian apt-get install coreutils #Ubuntu apt-get install coreutils #Alpine apk add coreutils #Arch Linux pacman -S coreutils #Kali Linux apt-get install coreutils #CentOS yum install coreutils #Fedora dnf install coreutils #OS X brew install coreutils #Raspbian apt-get install coreutils #Docker docker run cmd.cat/tty tty
tty 命令可以显示连接到当前标准输入的终端设备文件名。
tty [OPTION]...
-s, --silent, --quiet 不打印任何内容,仅返回退出状态。 --help 显示此帮助并退出。 --version 输出版本信息并退出。
显示连接到当前标准输入的终端设备文件名:
[Command@NotFound ~] $ tty /dev/pts/0