Guest User

Untitled

a guest
Apr 11th, 2013
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. DS211> more /etc/profile
  2. #/etc/profile: system-wide .profile file for ash.
  3.  
  4. umask 022
  5.  
  6. PATH=/opt/bin:/opt/sbin:$PATH
  7. PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin
  8. export PATH
  9.  
  10. #This fixes the backspace when telnetting in.
  11. #if [ "$TERM" != "linux" ]; then
  12. # stty erase
  13. #fi
  14. PGDATA=/var/service/pgsql
  15. export PGDATA
  16.  
  17. TERM=${TERM:-cons25}
  18. export TERM
  19.  
  20. PAGER=more
  21. export PAGER
  22.  
  23. PS1="`hostname`> "
  24.  
  25. alias dir="ls -al"
  26. alias ll="ls -la"
  27.  
  28. ulimit -c unlimited
Advertisement
Add Comment
Please, Sign In to add comment