网站首页 > 物联资讯 > 技术分享

Linux中service命令和/etc/init.d/的关系

2016-09-28 00:00:00 广州睿丰德信息科技有限公司 阅读
睿丰德科技 专注RFID识别技术和条码识别技术与管理软件的集成项目。质量追溯系统、MES系统、金蝶与条码系统对接、用友与条码系统对接 Linux中service命令和/etc/init.d/的关系   service xxx启动 /etc/init.d/ 目录下的xxx脚本 如一个脚本名为 mysvc保存在/etc/init.d/下可以用 service mysvc 运行mysvc脚本 echo passed in option $0 $1   if [ $1 = "start" ] then         echo myservice started........................................ elif [ $1 = "stop" ] then         echo myservice stoped........................................ else         echo myservice not supported option........................................ fi  www.2cto.com     [root@localhost init.d]# service mysvc start passed in option /etc/init.d/mysvc start myservice started........................................   [root@localhost init.d]# service mysvc stop passed in option /etc/init.d/mysvc stop myservice stoped........................................   [root@localhost init.d]# service mysvc xxx passed in option /etc/init.d/mysvc xxx myservice not supported option........................................RFID管理系统集成商 RFID中间件 条码系统中间层 物联网软件集成