标签: 故障排除
thumbnail

Linux故障排除:解决 'sudo command not found' 错误

在 Linux 系统中,使用 sudo 命令时提示 “command not found”,首先执行以下命令看一下 /etc/sudoers.d 文件是否存在, find /etc/sudoers.d 1、如果返回 No……