[Linux实用命令六]服务与进程管理(2)
发布时间:2021-06-11
发布时间:2021-06-11
11 avahi-daemon ip6tables netfs postfix sshd
12 crond iptables network rdisc udev-post 1cups killall NetworkManager restorecond wdaemon 3
1dnsmasq lvm2-lvmetad ntpd rsyslog wpa_suppl4 icant
15 .....
16
17 [root@localhost init.d]# cd /etc
18
19 /*可以看到"/etc/init.d"实际上只是"/etc/rc.d/init.d"的连接文件*/ 20 [root@localhost etc]# ls -l
21 .....
22 lrwxrwxrwx. 1 root root 11 Aug 8 23:52 init.d -> rc.d/init.d 对服务的启动和停止操作需要root权限。
* LINUX系统如何启动服务
有两种方法可以启动一个服务,这里用”ntpd”这个服务为例,来看下面几个操作实例。
第一种方法,使用service命令启动服务:
1 /*查看ntpd当前状态,显示已经停止,即没有启动*/
2 [root@localhost init.d]# service ntpd status
3 ntpd 已停止
4
5 /*启动ntpd这个服务*/
6 [root@localhost init.d]# service ntpd start
7 正在启动 ntpd: (确定)
8
9 /*再次查看,状态改变成正在运行*/
10 [root@localhost init.d]# service ntpd status 11 ntpd (pid 3513) 正在运行...
第二种方法,直接使用服务名称启动:
1 /*
2 * 可以使用相对路径或者绝对路径,此列使用了相对路径,
3 * 当然,也可以使用"/etc/init.d/ntpd start"来启动。
上一篇:家具设计风格调研报告最终版
下一篇:冯坝村文化活动室方案