Files
oldlinux-files/Minix/1.7.5/MANUALS/CAT0/TTY
2024-02-19 00:21:39 -05:00

66 lines
496 B
Plaintext

Command: tty - print the device name of this tty
Syntax: tty [-s]
Flags: -s Silent mode, only the exit status is affected.
Example: tty # Print the tty name
Print the name of the controlling tty. If the flag -s is given, tty
is equivalent to the call test -t 0.