运行linux的时候,输入shutdown -r now命令提示:bash:shutdown is not found。出现这个错误是因为这条命令没有加入到系统的配置文件中,运行命令export PATH=$PATH:/sbin即可解决。