作者:
Piin (過去 現在與未來)
2018-07-19 10:53:55大家好..小弟日前在一臺工作站(centos7)上安裝了x2goserver
之前工作一切良好,但是在最近重新開機之後,從client用x2go client連線
開始抱怨
"connection failed. bash: .bash_profile: command not found"
小弟家目錄底下的的.bash_profile長得如下,也已經重新yum remove/install x2go了
不知有沒有任何建議可以解決這個問題?
==============================
.bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/GAMIT_GLOBK/gamit/bin:
$HOME/GAMIT_GLOBK/com:$HOME/GAMIT_GLOBK/kf/bin:/bin:/etc:
export PATH
==============================
感恩~