GETTY.8
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. GETTY(8)                  Minix Programmer's Manual                   GETTY(8)
  2. NAME
  3.      getty - system login banner
  4. SYNOPSIS
  5.      getty [banner ...]
  6. DESCRIPTION
  7.      Getty displays a system identification banner, reads  a  user  name  from
  8.      standard input and executes login with that name as argument.
  9.      Getty uses its arguments separated by spaces  as  a  login  banner.   The
  10.      character  sequences n, s and t are printed as newline, space and tab.
  11.      Any other x prints that x.  The character sequences %s, %n, etc. produce
  12.      the same output as uname -s, uname -n, etc.  The default banner is
  13.           %sssReleases%rsVersions%vnn%nslogin:s
  14.      The only other useful functionality offered by getty is that  it  can  be
  15.      suspended  by  signal  SIGUSR1  and  restarted by SIGUSR2.  This allows a
  16.      program such as modem(1) to temporarily claim a dialin line for dialout.
  17. SEE ALSO
  18.      modem(1), ttytab(5), init(8).
  19. BUGS
  20.      Getty should be taught about modems and modem lines.  The signal trick is
  21.      an awful hack.
  22. AUTHOR
  23.      Kees J. Bot (kjb@cs.vu.nl)
  24.                                                                              1