(View this PageEdit this PageUploads to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide)

\~root/.profile

  1. $FreeBSD: src/etc/root/dot.profile,v 1.20 1999/08/27 23:24:09 peter Exp $
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
export PATH
HOME=/root
export HOME
TERM=${TERM:-cons25}
export TERM
PAGER=less
export PAGER

stty erase ^?
  1. echo "xxxxxx."
[ -r ~/.bashrc ] & . ~/.bashrc
echo "profile."
if [ -x /usr/local/bin/bash ] ; then
#echo "bash found.."
exec /usr/local/bin/bash -
fi

-----------

Link to this Page