367f0e3c2e8bffe24a8702c50c58746b3f06ad79
[unix-history] / usr / src / etc / root / dot.profile
PATH=/sbin:/usr/sbin:/bin:/usr/bin:
export PATH
BLOCKSIZE=1k
export BLOCKSIZE
HOME=/root
export HOME
export TERM
echo 'erase ^H, kill ^U, intr ^C status ^T'
stty erase '^H' kill '^U' intr '^C' status '^T' crt
umask 022
echo "Don't login as root, use the su command."