首页 > 代码库 > unset : command not found问题解决

unset : command not found问题解决

今天在登录系统的时候居然出现“unset : command not found”这个东西,搞了好久,终于解决了。

解决办法:
检查 /etc/profile 和 ~/.bash_profile,原来在/etc/profile末尾多了一句“unset MAILCHECK”,删除这句就行了

本文出自 “不变的时光” 博客,请务必保留此出处http://shansongxian.blog.51cto.com/5040181/1414523