고수님들 안녕하세요...
다른게 아니라여...
제가 프로그램을 하나 설치했는데
path 설정을 어떻게 하는지 잘 안되서 이렇게 부탁드립니다.
제 .bash_profile의 내용은
# .bash_profile
# Get the aliaes and functions
if [ -f ~/.bashrc]; then
. ~/.bashrc
fi
#User specific environment and startup programs
PATH=/usr/local/sbin:/usr/sbin:/sbin:$PATH:$HOME/bin
BASH_ENV=$HOME/.bashrc
USERNAME="root"
export USERNAME BASH_ENV PATH
이런 상황인데....
/root/ns-allinone-2.1b7a/bin 을 추가 하고 싶습니다.
제발 고수님들의 답변 부탁드립니다.