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# 5chown root /dev/console 6chmod 622 /dev/console 7