swh:1:snp:2ca5d6eff8f04a671c0d5b13646cede522c64b7d
Raw File
Tip revision: ed554bc5e4201344d7eaad78263566e79428759c authored by CSRG on 05 August 1995, 06:30:57 UTC
BSD 4_4_Lite1 release
Tip revision: ed554bc
.profile
PATH=/sbin:/usr/sbin:/bin:/usr/bin
export PATH

BLOCKSIZE=1k
export BLOCKSIZE

#export TERM for single user shells.
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."
back to top