ifconfig 运行command not found

vi /home/lx/.bash_profile中添加 
PATH=$PATH:$HOME/bin:/sbin:/bin 
export PATH

 

linux查看服务自启动  chkconfig --list

linux修改服务自启动 ntsysv  *为自启动

关闭防火墙 service iptables stop

linux mysql中查看配置变量 show variables like '%char%'

linux开启mysql服务器  service mysql start

linux重启mysql服务器  service mysql restart

猜你喜欢

转载自www.cnblogs.com/helloworld6379/p/10013058.html