First page Back Continue Last page Image
SysV Commands
update-rc.d [service] enable
Automatically start service at boot
update-rc.d [service] disable
Don’t automatically start service at boot
/etc/init.d/[service] start
Start the service manually
/etc/init.d/[service] stop
Stop the service manually
/etc/init.d/[service] status
Get the status of the service
Use $ service cron status