Guest User

Untitled

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