Your IP : 216.73.217.87


Current Path : /etc/X11/xdm/
Upload File :
Current File : //etc/X11/xdm/TakeConsole

#!/bin/sh
# Reassign ownership of the console to root, this should disallow
# assignment of console output to any random users's xterm
#
chmod 622 /dev/console
chown root /dev/console