概述
centos下使用该命令:sudo alternatives --display hadoop-0.20-conf ,提示:sudo: alternatives:command not found
问题原因:找不到alternatives命令,因为/etc/profile/下的path 不包括该命令所在位置的路径/usr/sbin。解决方法:sudo nano /etc/profile ,在文件中path后面加上:/usr/sbin(注意前面有个冒号,以与前面的文件路径分割)。然后source /etc/profile ,再执行最初的alternatives命令就成功了。
转载于:https://www.cnblogs.com/Dreama/articles/2095961.html
最后
以上就是野性老鼠为你收集整理的alternatives: command not found解决方法的全部内容,希望文章能够帮你解决alternatives: command not found解决方法所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复