原文:-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