码迷,mamicode.com
首页 > 其他好文 > 详细

ifconfig 运行command not found

时间:2018-11-24 19:48:34      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:stop   table   火墙   file   inux   自启动   variable   mil   art   

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

ifconfig 运行command not found

标签:stop   table   火墙   file   inux   自启动   variable   mil   art   

原文地址:https://www.cnblogs.com/helloworld6379/p/10013058.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!