原文:-bash: /usr/librxec/grepconf.sh:Nosuch file or directory

最近修改 etc profile文件时,不小心在后面添加了source etc profile,导致使用xshell登录远程linux的时候出现下面的信息, 一直无法进入linux,将profile最后的source etc profile注释即可 ...

2018-07-30 23:09 0 1058 推荐指数:

查看详情

bash: /usr/bin/python3: No such file or directory

bash: /usr/bin/python3: No such file or directory 原因为/usr/bin/下无python3或软连接,用ln -s /usr/local/python3.9.7/bin/python3 /usr/bin/python3即可 ...

Thu Sep 02 12:28:00 CST 2021 0 428
LINUX:-bash: cd: usr: No such file or directory

使用XShell连接服务器后,使用cd命令进入usr目录无法成功 解决办法: 先返回到根目录。然后再进入usr目录; cd \ cd www    ...

Tue Aug 04 22:10:00 CST 2020 0 2052
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM