Move everything from /var/adm to /var/log
[unleashed.git] / share / man / man1 / tty.1
blob540f36c1f0b1affd7bda4ebd3e8b8e83b571f086
1 .\"
2 .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for
3 .\" permission to reproduce portions of its copyrighted documentation.
4 .\" Original documentation from The Open Group can be obtained online at
5 .\" http://www.opengroup.org/bookstore/.
6 .\"
7 .\" The Institute of Electrical and Electronics Engineers and The Open
8 .\" Group, have given us permission to reprint portions of their
9 .\" documentation.
10 .\"
11 .\" In the following statement, the phrase ``this text'' refers to portions
12 .\" of the system documentation.
13 .\"
14 .\" Portions of this text are reprinted and reproduced in electronic form
15 .\" in the SunOS Reference Manual, from IEEE Std 1003.1, 2004 Edition,
16 .\" Standard for Information Technology -- Portable Operating System
17 .\" Interface (POSIX), The Open Group Base Specifications Issue 6,
18 .\" Copyright (C) 2001-2004 by the Institute of Electrical and Electronics
19 .\" Engineers, Inc and The Open Group.  In the event of any discrepancy
20 .\" between these versions and the original IEEE and The Open Group
21 .\" Standard, the original IEEE and The Open Group Standard is the referee
22 .\" document.  The original Standard can be obtained online at
23 .\" http://www.opengroup.org/unix/online.html.
24 .\"
25 .\" This notice shall appear on any product containing this material.
26 .\"
27 .\" The contents of this file are subject to the terms of the
28 .\" Common Development and Distribution License (the "License").
29 .\" You may not use this file except in compliance with the License.
30 .\"
31 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32 .\" or http://www.opensolaris.org/os/licensing.
33 .\" See the License for the specific language governing permissions
34 .\" and limitations under the License.
35 .\"
36 .\" When distributing Covered Code, include this CDDL HEADER in each
37 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
38 .\" If applicable, add the following below this CDDL HEADER, with the
39 .\" fields enclosed by brackets "[]" replaced with your own identifying
40 .\" information: Portions Copyright [yyyy] [name of copyright owner]
41 .\"
42 .\"
43 .\" Copyright 1989 AT&T
44 .\" Portions Copyright (c) 1992, X/Open Company Limited  All Rights Reserved.
45 .\" Copyright (c) 2009, Sun Microsystems, Inc.  All Rights Reserved.
46 .\"
47 .TH TTY 1 "Aug 11, 2009"
48 .SH NAME
49 tty \- return user's terminal name
50 .SH SYNOPSIS
51 .LP
52 .nf
53 \fB/usr/bin/tty\fR [\fB-l\fR] [\fB-s\fR]
54 .fi
56 .SS "ksh93"
57 .LP
58 .nf
59 \fBtty\fR [ \fIoptions\fR ]
60 .fi
62 .SH DESCRIPTION
63 .SS "/usr/bin/tty"
64 .sp
65 .LP
66 The \fBtty\fR utility writes to the standard output the name of the terminal
67 that is open as standard input. The name that is used is equivalent to the
68 string that would be returned by the \fBttyname\fR(3C) function.
69 .SS "ksh93"
70 .sp
71 .LP
72 The \fBksh93\fR \fBtty\fR built-in writes the name of the terminal that is
73 connected to standard input onto standard output. If the standard input is not
74 a terminal, "not a tty" will be written to standard output.
75 .SH OPTIONS
76 .sp
77 .LP
78 The following options are supported:
79 .SS "/usr/bin/tty"
80 .sp
81 .ne 2
82 .na
83 \fB\fB-l\fR\fR
84 .ad
85 .RS 6n
86 Prints the synchronous line number to which the user's terminal is connected,
87 if it is on an active synchronous line.
88 .RE
90 .sp
91 .ne 2
92 .na
93 \fB\fB-s\fR\fR
94 .ad
95 .RS 6n
96 Inhibits printing of the terminal path name, allowing one to test just the exit
97 status.
98 .RE
100 .SS "ksh93"
102 .ne 2
104 \fB\fB-l\fR\fR
108 \fB\fB--line-number\fR\fR
110 .RS 18n
111 Write the synchronous line number of the terminal on a separate line following
112 the terminal name line.  If the standard input is not a synchronous terminal
113 then "not on an active synchronous line" is written.
117 .ne 2
119 \fB\fB-s\fR\fR
123 \fB\fB--silent\fR|\fBquiet\fR\fR
125 .RS 18n
126 Disable the terminal name line. Portable applications should use [[ -t 0 ]]
127 instead.
130 .SH ENVIRONMENT VARIABLES
133 See \fBenviron\fR(5) for descriptions of the following environment variables
134 that affect the execution of  \fBtty\fR: \fBLANG\fR, \fBLC_ALL\fR,
135 \fBLC_CTYPE\fR,  \fBLC_MESSAGES\fR,  and \fBNLSPATH\fR.
136 .SH EXIT STATUS
139 The following exit values are returned:
141 .ne 2
143 \fB\fB0\fR\fR
145 .RS 6n
146 Standard input is a terminal.
150 .ne 2
152 \fB\fB1\fR\fR
154 .RS 6n
155 Standard input is not a terminal.
159 .ne 2
161 \fB\fB>1\fR\fR
163 .RS 6n
164 An error occurred.
167 .SH ATTRIBUTES
170 See \fBattributes\fR(5) for descriptions of the following attributes:
175 box;
176 c | c
177 l | l .
178 ATTRIBUTE TYPE  ATTRIBUTE VALUE
180 CSI     Enabled
182 Interface Stability     Committed
184 Standard        \fBstandards\fR(5).
187 .SH SEE ALSO
190 \fBisatty\fR(3C), \fBttyname\fR(3C), \fBattributes\fR(5), \fBenviron\fR(5),
191 \fBstandards\fR(5)
192 .SH DIAGNOSTICS
194 .ne 2
196 \fB\fBnot on an active synchronous line\fR\fR
198 .sp .6
199 .RS 4n
200 The standard input is not a synchronous terminal and \fB-l\fR is specified.
204 .ne 2
206 \fB\fBnot a tty\fR\fR
208 .sp .6
209 .RS 4n
210 The standard input is not a terminal and \fB-s\fR is not specified.
213 .SH NOTES
216 The \fB-s\fR option is useful only if the exit status is wanted. It does not
217 rely on the ability to form a valid path name. Portable applications should use
218 \fBtest\fR \fB-t\fR.