A. linux 启动、关闭、重启网络服务的两种方式
Linux 启动、关闭、重启网络服务的两种方式:
1、使用service脚本来调度网络服务,如:
启动 service network start;
关闭 service network stop;
重启 service network restart;
2、直接执行网络服务的管理脚本,如:
启动/etc/init.d/network start;
关闭 /etc/init.d/network stop;
重启 /etc/init.d/network restart。
(1)linuxxstart扩展阅读
linux其他服务相关命令介绍:
1、linux显示所有服务的运行状态命令
service --status-all
chkconfig --list
2、linux查看单个服务的运行状态命令
service iptables status
3、linux查看服务启动状态,是否开机自动启动命令
chkconfig --list servicename
B. [Linux]-startx命令 – 初始化X-windows
startx命令用来启动X-Window,它负责调用X-Window系统的初始化程序xinit。以完成 X-Window运行所团槐枣必要的初始化工作,并启动X-Window系统。
语塌拆法明拆格式:startx [参数]