tty.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行
1
60 行
TTY(1) Minix Programmer's Manual TTY(1)
NAME
tty - print the device name of this tty
SYNOPSIS
tty [-s]
OPTIONS
-s Silent mode, only the exit status is affected.
EXAMPLES
tty # Print the tty name
DESCRIPTION
Print the name of the controlling tty. If the flag -s is given, tty is
equivalent to the call test -t 0.
SEE ALSO
ttyname(3).
1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?