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

What can you tell about the tar command?

0 Answers  


What does chmod 755 do?

0 Answers  


What does mkdir mean?

0 Answers  


What is cpu in top command?

0 Answers  


Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?

0 Answers  






which command is used to see all the system configuration? like hardware, HDD, memory etc.

14 Answers   ADS, eClinicalWorks, NJN,


what is the command to view gateway?

5 Answers  


how to restart apache server with out shatdown?

8 Answers   EER, IBM,


Which command is used to terminate a process?

0 Answers  


How can I create a file with cmd?

0 Answers  


Which two commands can you use to delete directories?

2 Answers  


What are the basic command in linux?

0 Answers  


Categories