1、.bashrc环境变量失效,ls、cp等命令不能使用了:

export PATH=/usr/bin:/bin

2、添加环境变量

echo '********' >> ~/.bashrc
echo '********' >> ~/.bashrc
05-11 20:13