home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / lib / X11 / xdm / GiveConsole < prev    next >
Text File  |  1999-09-03  |  390b  |  11 lines

  1. #!/bin/sh
  2. # Assign ownership of the console to the invoking user
  3. # $XConsortium: GiveConsole,v 1.2 93/09/28 14:29:20 gildea Exp $
  4. #
  5. # By convention, both xconsole and xterm -C check that the
  6. # console is owned by the invoking user and is readable before attaching
  7. # the console output.  This way a random user can invoke xterm -C without
  8. # causing serious grief.
  9. #
  10. chown $USER /dev/console
  11.