[ LinuxFreeBSD ] in KIDS 글 쓴 이(By): maverix (옥토끼) 날 짜 (Date): 1998년 5월 8일 금요일 오전 03시 45분 32초 제 목(Title): .bash_profile environment setting 안녕하세요? 질문이 많은 옥토끼 입니다. .bash_profile에 문제가 있는듯 싶습니다. 제가 지금 .bash_profile않에다 여러가지 설정을 시도해보았는데 netscape 와blender등이 제대로 실행돼지 않기에 여기에다 글을 올리게 돼었습니다. 그럼 부탁 드립니다. .bash shell script start-------------------------------------------------- # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin:/sbin:/usr/sbin:/usr/bin:/etc ENV=$HOME/.bashrc USERNAME='Wookhyon Paul Cho' MOZILLA_HOME=/usr/local/netscape AIM_HOME=/usr/local/aim BLENDER_HOME=/usr/local/blender JDK_HOME=/usr/local/jdk1.1.5 export USERNAME ENV PATH export MOZILLA_HOME export BLENDER_HOME export AIM_HOME #I don't like to hav a lot of # old commands hanging around export HISTFILESIZE=10 # old commands hanging around export HISTFILESIZE=10 export HISTSIZE=10 export HISTCONTROL=ignoreboth # control file name completion: ignore the following suffixes # export FIGNORE=`colonise ~/.fignore` #prompt export PS1="[\u@\h] \W [\!] " # end of ~/.bash_profile end of .bash_profile----------------------------------------------------- 위에있는 export 명령어의 path들이 제대로 설정돼지 않고 있습니다. 아시는분이 있으시면 친절히 가르쳐 주셔요. 그럼 안녕히 계셔요. 옥토끼 |