X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/c456dee7c50f754fb0a005f95ef35acbb958158a..e876a9e7bc9b5779d44c5cfc314d9b2e73a14b4c:/.profile diff --git a/.profile b/.profile index 47effabab9..fb6416550e 100644 --- a/.profile +++ b/.profile @@ -1,7 +1,15 @@ -PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/contrib:. -echo 'erase ^?, kill ^U, intr ^C' -stty crt erase  kill  intr  +PATH=/sbin:/usr/sbin:/bin:/usr/bin export PATH -HOME=/root -export HOME + +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."