Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DS211> more /root/.profile
- umask 022
- export LD_LIBRARY_PATH="/opt/lib/:/lib/:$LD_LIBRARY_PATH"
- #PATH=/opt/bin:/opt/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin
- #export PATH
- #This fixes the backspace when telnetting in.
- #if [ "$TERM" != "linux" ]; then
- # stty erase
- #fi
- HOME=/root
- export HOME
- TERM=${TERM:-cons25}
- export TERM
- PAGER=more
- export PAGER
- PS1="`hostname`> "
- alias dir="ls -al"
- alias ll="ls -la"
- if [ ! -e /bin/bash ]; then ln -s /opt/bin/bash /bin/bash; fi
Advertisement
Add Comment
Please, Sign In to add comment