debain linux 找不到命令reboot和shutdown
问题
解决方案
whereis reboot # 找到reboot的文件路径 whereis shutdown # 找到shutdown的文件路径
添加到环境变量里面,nano /etc/profile,添加下面两行
export PATH=$PATH:/usr/sbin/reboot export PATH=$PATH:/usr/sbin/shutdown
生效profile命令 ,source /etc/profile
好了,已经可以使用shutdown和reboot命令了。
转载来源:https://blog.csdn.net/m0_50679156/article/details/124788371
如果文章或资源对您有帮助,欢迎打赏作者。一路走来,感谢有您!
原文链接:http://www.180it.com/archives/1969/
© 版权声明
声明📢本站内容均来自互联网,归原创作者所有,如有侵权必删除。
本站文章皆由CC-4.0协议发布,如无来源则为原创,转载请注明出处。
THE END