【RedHat Linux】服务控制、守护进程
deamon 守护进程
6代 service/init.d service xxxx 操作
7代 systemctl/systemd systemctl 操作 xxxx
systemctl status 服务名 查看服务完整状态
systemctl stop 服务名
systemctl start 服务名
systemctl restart 服务名 重启进程,进程的pid会改变
systemctl reload 服务名 仅重新加载进程,pid不改变
systemctl enable 服务名
systemctl disable 服务名
systemctl is-active 服务名 查看是否已启动
systemctl is-enabled 服务名 查看是否自启动
systemctl list-dependencies sshd 查看依赖关系