home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / lib / X11 / xdm / TakeConsole < prev    next >
Text File  |  1999-09-03  |  249b  |  8 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. # $XConsortium: TakeConsole,v 1.2 93/09/28 14:30:29 gildea Exp $
  5. #
  6. chmod 622 /dev/console
  7. chown root /dev/console
  8.