MESG.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- ." @(#)mesg.1 6.1 (Berkeley) 4/29/85
- ."
- .TH MESG 1 "April 29, 1985"
- .AT 3
- .SH NAME
- mesg - permit or deny messages
- .SH SYNOPSIS
- .B mesg
- [
- .B n
- ] [
- .B y
- ]
- .SH DESCRIPTION
- .B Mesg
- with argument
- .B n
- forbids messages via
- .B write
- and
- .BR talk (1)
- by revoking non-user
- write permission on the user's terminal.
- .B Mesg
- with argument
- .B y
- reinstates permission.
- All by itself,
- .B mesg
- reports the current state without changing it.
- .SH FILES
- /dev/tty*
- .SH "SEE ALSO"
- .BR write (1),
- .BR talk (1).
- .SH DIAGNOSTICS
- Exit status is 0 if messages are receivable,
- 1 if not, 2 on error.