해당사용자의 .bash_profile에 PATH내용을 다음과 같이 수정, 저장한 후
[db2iaese@vmcentosx8664 ~]$ cat .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin:/filedisk:/filedisk/DB2BAT
export PATH
[db2iaese@vmcentosx8664 ~]$
[db2iaese@vmcentosx8664 ~]$ export $PATH하니까!!!!
-bash: export: `/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/db2iaese/bin:/filedisk:/filedisk/DB2BAT': not a valid identifier
not a valid identifier <----- 이게 왜 나오는지... 무슨의미인지, 해결책은 없는것인지...알고파요
export $PATH ÇÏ¸é ¼ÐÀÌ $PATH ÀÇ ³»¿ëÀ» export ÇÏ·Á°í ÇÕ´Ï´Ù ±×·¯´Ï±î ÀûÇÕÇÏÁö ¾Ê´Ù ÀÌ°ÅÁÒ
export $PATH = export `/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/db2iaese/bin:/filedisk:/filedisk/DB2BAT' À̰Ŵϱî¿ä...