[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    mesg(1) manual page Table of Contents

Name

mesg - permit or deny messages

Synopsis

mesg [ -n | -y | n | y ]

Availability

SUNWcsu

Description

The mesg utility will control whether other users are allowed to send messages via write, talk(1) or other utilities to a terminal device. The terminal device affected is determined by searching for the first terminal in the sequence of devices associated with standard input, standard output and standard error, respectively. With no arguments, mesg reports the current state without changing it. Processes with appropriate privileges may be able to send messages to the terminal independent of the current state.

Options

The following options are supported:
-n | n
Deny permission to other users to send message to the terminal. See write(1) .
-y | y
Grant permission to other users to send messages to the terminal.

Environment

See environ(5) for descriptions of the following environment variables that affect the execution of mesg: LC_CTYPE , LC_MESSAGES , and NLSPATH .

Exit Status

  1. if messages are receivable
  2. if messages are not receivable
  3. on error.

Files

/dev/tty*
terminal devices

See Also

talk(1) , write(1) , environ(5)


Table of Contents