adiao
发表于 2020-10-22 14:40:20
都是人才啊
gamepc
发表于 2020-10-22 18:27:13
本帖最后由 gamepc 于 2020-10-22 18:32 编辑
winscp上去/etc/profile是这个样子
if [ -d /etc/profile.d ]; then
for i in /etc/profile.d/*.sh; do
if [ -r $i ]; then
. $i
fi
done
unset i
fi
. /opt/etc/profile
. /opt/etc/profile
直接命令行执行/opt/etc/profile
这个也不行
set看了 path 环境不对
安装都对了
winscp没有root权限,如何用root直接登录?让winscp有权限,命令行改文件真不方便
sillydanny
发表于 2020-10-23 03:40:59
本帖最后由 sillydanny 于 2020-10-23 07:30 编辑
gamepc 发表于 2020-10-22 18:27
winscp上去/etc/profile是这个样子
if [ -d /etc/profile.d ]; then
見你輸入2次環境變量的命令 , 可以透過以下代碼, 刪除最後一行. /opt/etc/profile
sed -i '$d /etc/profile再更新一下環境變量
source /etc/profile
最好reboot一下。
輸入以下代碼可查看會是否已更新變量:
echo $PATH
gamepc
发表于 2020-10-23 10:48:04
sillydanny 发表于 2020-10-23 03:40
見你輸入2次環境變量的命令 , 可以透過以下代碼, 刪除最後一行. /opt/etc/profile
再更新一下環境變 ...
这次对了
重启以后 echo $PATH 还是没加入 opt的ptah
要 source /etc/profile 以后才加入
source /etc/profile 应该加入 开进运行,不然reboot了以后就不行了
sillydanny
发表于 2020-10-23 10:56:44
gamepc 发表于 2020-10-23 10:48
这次对了
重启以后 echo $PATH 还是没加入 opt的ptah
source /etc/profile
一次可以了.
gamepc
发表于 2020-10-23 14:41:00
sillydanny 发表于 2020-10-23 10:56
一次可以了.
一次好像真不行,重启了就不行了
sillydanny
发表于 2020-10-23 16:20:06
gamepc 发表于 2020-10-23 14:41
一次好像真不行,重启了就不行了
沒有設定開機啟動情況下, 重啟多次, 沒有掉失環境變量.
你遇到問題, 感覺無解.
sinoi
发表于 2020-10-23 19:10:03
膜拜中,继续关注支持,论坛有你更精彩
gamepc
发表于 2020-10-23 20:42:55
sillydanny 发表于 2020-10-23 16:20
沒有設定開機啟動情況下, 重啟多次, 沒有掉失環境變量.
你遇到問題, 感覺無解....
如果把 source /etc/profile
这个加到开机启动里面去,该加到那个文件?