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 do I run a command in linux?

0 Answers  


How do I check memory usage on linux?

0 Answers  


What is the difference between find and locate command in linux?

0 Answers  


What is netstat command in linux?

0 Answers  


What is tty in linux command?

0 Answers  






What are the linux commands used in devops?

0 Answers  


what is first RHEL 5.x version support ext4 filesystem?

2 Answers  


What does umask 022 mean?

0 Answers  


What is pwd in linux command?

0 Answers  


Hi All of Unix/Linux professional Q.Why soft link file not open by cat command. Ihave make following symbolic link but when i open with #cat linkfilename it does not oped please see the following code and try to answer. # ln -s file1 ~/mydir/filea [root@dhcppc0 ~]# cd mydir [root@dhcppc0 mydir]# ls -l total 4 lrwxrwxrwx 1 root root 5 2010-04-04 09:04 filea -> file1 [root@dhcppc0 mydir]# cat filea cat: filea: No such file or directory

2 Answers  


What are two functions the move mv command can carry out?

0 Answers  


How we can set the password length in linux?

2 Answers   Wipro,


Categories