Linux的服务与进程管理技术报告.ppt

Linux的服务管理器  比如,若要查询xinetd服务的启动状态,则执行命令: [root@rh9 root]# /etc/rc.d/init.d/xinetd status xinetd (pid 1694) is running... 说明该服务已经启动,其进程号为1694。若要重启该服务,则执行命令: [root@rh9 root]# /etc/rc.d/init.d/xinetd restart Stopping xinetd: [ OK ] Starting xinetd: [ OK ] 若要停止该服务,则执行命令: [root@rh9 root]# /etc/rc.d/init.d/xinetd stop Stopping xinetd: [ OK ] 服务的启动与停止 Linux的服务管理器  2.使用service命令管理服务 利用服务启动脚本来启动或停止服务时,每次都要输入脚本的全路径,使用起来比较麻烦,为此,Red Hat Linux专门提供

文档评论(0)

1亿VIP精品文档

相关文档