Tty (Unix)
Tty (Unix)
Main page
272634

Tty (Unix)

logo
Community Hub0 subscribers
What are your thoughts?
Be the first to start a discussion here.
Be the first to start a discussion here.
Tty (Unix)

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.

tty stands for "teletypewriter".

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 standard output 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.

See all
User Avatar
No comments yet.