home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
H4CK3R 16
/
hacker16
/
16_HACKER16.ISO
/
linux
/
tpm-security-server-1.2.1.iso
/
etc
/
X11
/
xdm
/
TakeConsole
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-01-27
|
244 b
|
8 lines
#!/bin/sh
# Reassign ownership of the console to root, this should disallow
# assignment of console output to any random users's xterm
# $Xorg: TakeConsole,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
#
chmod 622 /dev/console
chown root /dev/console