-bash:uname:找不到命令

-bash:uname:找不到命令

bash 中出现错误:

-bash: uname: command not found

我已经检查了 .bash_profile 文件和 .bashrc 文件的路径,它们似乎是正确的。任何帮助将非常感激

答案1

coreutils 通常包含 uname。该文件位于/bin 中吗?

$ls -l /bin/uname


-rwxr-xr-x 1 root root 35304 Aug 30 10:21 /bin/uname

如果存在,请检查您的环境。

$echo $PATH

相关内容