2015년 9월 11일 금요일

Error found when loading /root/.profile

Error found when loading /root/.profile

stdin: is not a tty

as a result the session will not be configured correctly



==>
vi /root/.profile

# ~/.profile: executed by Bourne-compatible login shells.

if [ "$BASH" ]; then
  if [ -f ~/.bashrc ]; then
    . ~/.bashrc
  fi
fi

tty -s && mesg n
#mesg n

댓글 없음: