Software:tty (unix)
From HandWiki
| Initial release | November 3, 1971 |
|---|---|
| Operating system | Unix and Unix-like |
| Platform | Cross-platform |
| Type | Command |
In computing, tty is a command in Unix and Unix-like operating systems to print the file name of the terminal connected to standard input.[1]
tty stands for TeleTYpewriter.[2]
Usage
The tty command is commonly used to check if the output medium is a terminal. The command prints the file name of the terminal connected to standard input. If no file is detected (in case, it's being run as part of a script or the command is being piped) "not a tty" is printed to stdout and the command exits with an exit status of 1. The command also can be run in silent mode (tty -s) where no output is produced, and the command exits with an appropriate exit status.[3]
See also
References
External links
- – Commands & Utilities Reference, The Single UNIX Specification, Issue 7 from The Open Group
- – FreeBSD General Commands Manual
- – NetBSD General Commands Manual
- – OpenBSD General Commands Manual
- – Solaris 10 User Commands Reference Manual
- – Linux User Commands Manual
