WRITE.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. WRITE(1)                  Minix Programmer's Manual                   WRITE(1)
  2. NAME
  3.      write - send a message to a logged-in user
  4. SYNOPSIS
  5.      write [-cv] user [tty]
  6. OPTIONS
  7.      -c   Use cbreak mode
  8.      -v   Verbose mode
  9. EXAMPLES
  10.      write ast           # Send a message to ast
  11.      write ast tty00     # Send a message to ast on tty00
  12. DESCRIPTION
  13.      Write lets a user send messages to another logged-in user. Lines typed by
  14.      the  user appear on the other user's screen a line at a time (a character
  15.      at a time in the case of cbreak mode). The file /usr/adm/wtmp is searched
  16.      to  determine  which tty to send to. If the user is logged onto more than
  17.      one terminal, the tty argument selects the terminal.   Type  CTRL-  D  to
  18.      terminate the command.  Use ! as a shell escape.
  19. SEE ALSO
  20.      mail(1).
  21.                                                                              1