TTY.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- TTY(1) Minix Programmer's Manual TTY(1)
- NAME
- tty - print the device name of this tty
- SYNOPSIS
- tty [-s]
- OPTIONS
- -s Silent mode, only the exit status is affected.
- EXAMPLES
- tty # Print the tty name
- DESCRIPTION
- Print the name of the controlling tty. If the flag -s is given, tty is
- equivalent to the call test -t 0.
- SEE ALSO
- ttyname(3).
- 1