Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

About Crons

Status
Not open for further replies.

dbasan

Technical User
Jun 6, 2006
1
US
I am a new to unix env,

how to know the cron deamon is running?

Is there any commands to check the running status, stop and start the services for cron.

thanks!

 
ps -ef | grep cron

Examples:
/etc/init.d/xntpd stop
/etc/init.d/xntpd start

For Solaris 10 they added the Service Management Facility. man svcadm for SMF.
 
KHz,

Don't you mean:

Code:
/etc/init.d/cron stop
/etc/init.d/cron start


Regards,
Chuck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top