Ttyname

DEV_MKDB(8) - System Manager's Manual

Stat, Dbopen, Ttyname, Ps, Devname, Kvm_mkdb, Kvm_nlist, Dev-Mkdb

DEV_MKDB(8) - System Manager’s Manual # DEV_MKDB(8) - System Manager’s Manual NAME # dev_mkdb - create /dev database SYNOPSIS # dev_mkdb DESCRIPTION # The dev_mkdb command creates a hash(3) access method Berkeley database in “/var/run/dev.db” which contains the names of all of the character and block special files in the “/dev” directory, using the file type and the st_rdev field as the key. Keys are a structure containing a mode_t followed by a dev_t, with any padding zeroed out. ...

TTY(1) - General Commands Manual

Ttyname, Test, Stty, Tty

TTY(1) - General Commands Manual # TTY(1) - General Commands Manual NAME # tty - return user’s terminal name SYNOPSIS # tty [-s] DESCRIPTION # The tty utility writes the name of the terminal attached to standard input to standard output. The name that is written is the string returned by ttyname(3). If the standard input is not a terminal, the message “not a tty” is written. The options are as follows: ...