|
The ttyslot() function returns the index of the current user's entry in the user accounting database, /var/adm/utmpx. The current user's entry is an entry for
which the utline member matches the name of a terminal device associated with any of the process's file descriptors 0, 1 or 2. The index is an ordinal number representing the record number
in the database of the current user's entry. The first entry in the database is represented by the return value 0.
|