how to view crond status? If it's show service is not found.

Answers were Sorted based on User's Feedback



how to view crond status? If it's show service is not found...

Answer / praveen

the command is service crond status

Is This Answer Correct ?    19 Yes 1 No

how to view crond status? If it's show service is not found...

Answer / prabaas

first---->service crond status
ifit shows no
to config permenant------->chkconfig --level crond on
finally------->service crond reload





--->prabaas

Is This Answer Correct ?    4 Yes 1 No

how to view crond status? If it's show service is not found...

Answer / susheel

1st step check service script -
[root@susheel ~]# /etc/init.d/crond status

2nd step-
check package is installed or not
[root@susheel ~]# rpm -qa | grep cron*

Is This Answer Correct ?    3 Yes 0 No

how to view crond status? If it's show service is not found...

Answer / manoj

check crond service installed or not with <which crond>
command
chkconfig --list | grep crond
service status crond
service-all | grep crond

Is This Answer Correct ?    2 Yes 0 No

how to view crond status? If it's show service is not found...

Answer / shankar

ps -ef | grep cron

Is This Answer Correct ?    3 Yes 3 No

how to view crond status? If it's show service is not found...

Answer / praveen

set the cron ist
crontab -eu username
:wq

chkconfig crond on
service crond restart


To view the status

service crond status

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Linux Commands Interview Questions

How can I only see the last 5 lines of a file?

10 Answers   Reliance,


What is whois command in linux?

0 Answers  


How do I test my cpu speed?

0 Answers  


Difference between swap partition and swap file?

4 Answers   IIHT, TATA, Wipro,


How do I run a bash script in linux?

0 Answers  






How to recover /etc/passwd file and /etc/shadow file?

0 Answers  


Is makefile a shell script?

0 Answers  


How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?

0 Answers  


What is command line in unix?

0 Answers  


How many cmd commands are there?

0 Answers  


What is the command to check wwn # in linux?

4 Answers   Siemens,


What is the difference between locating and locate command?

0 Answers  


Categories