环境变量
[root@localhost ~]# echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin[root@localhost ~]# export PATH=$PATH:/usr/local/bin[root@localhost ~]# vim /etc/profile
[root@localhost ~]# source /etc/profile最后更新于
[root@localhost ~]# echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin[root@localhost ~]# export PATH=$PATH:/usr/local/bin[root@localhost ~]# vim /etc/profile
[root@localhost ~]# source /etc/profile最后更新于