home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / lib / x11 / xdm / takeconsole < prev    next >
Encoding:
Text File  |  1996-10-17  |  249 b   |  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.