home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Security / Password_Check-1.0-MIHS / sample_profile < prev   
Encoding:
Text File  |  1997-07-31  |  260 b   |  12 lines

  1. #
  2. # THIS IS A SAMPLE .profile FOR ROOT
  3. #
  4. stty erase "^?" intr "^C" kill "^U" -decctlq
  5. /usr/local/bin/pw_check root
  6. PATH=/etc:/usr/etc:/usr/ucb:/bin:/usr/bin:/usr/local/bin
  7. TERM=`tset - -Q`
  8. HOME=/
  9. export PATH TERM HOME
  10. umask 022
  11. echo "erase ^? intr ^C kill ^U"
  12.