修改/etc/profile文件出错,找不到命令
修改/etc/profile下的环境变量,执行过source /etc/profile之后:
[root@node8 mongodb]# ls
-bash: ls: 未找到命令
[root@node8 mongodb]# cat
-bash: cat: 未找到命令
找不到命令了
解决方法:
[root@node8 mongodb]# export PATH=/usr/bin:/usr/sbin:/bin:/sbin
[root@node8 mongodb]# vim /etc/profile
[root@node8 mongodb]# source /etc/profile