home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / ROOTDSKS.12 / TTY12 / etc / profile < prev    next >
Encoding:
Text File  |  1994-09-21  |  219 b   |  10 lines

  1. # commands common to all logins
  2. PATH="$PATH:/etc:/mnt/bin:/mnt/local/bin:/mnt/usr/bin:/mnt/usr/local/bin:."
  3. LESS=-MM
  4. TERM=console
  5. PS1='# '
  6. PS2='> '
  7. ignoreeof=10
  8. export PATH DISPLAY LESS TERM PS1 PS2 ignoreeof
  9. umask 022
  10.