home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / clients / xdm / config / TakeConsole < prev    next >
Encoding:
Text File  |  1991-02-23  |  184 b   |  7 lines

  1. #!/bin/sh
  2. # Reassign ownership of the console to root, this should disallow
  3. # assignment of console output to any random users's xterm
  4. #
  5. chmod 622 /dev/console
  6. chown root /dev/console
  7.