how to view crond status? If it's show service is not found.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
What is clang linux?
What is the use of ls command?
What is help command in linux?
How do I permanently delete linux history?
What is the example of command sentence?
What is the command to see the installed rpm's in the linux system.
In order to display the last five commands you have entered using the fc command, you would type?
how to create SAMBA server in fedora 9 linux ?
how do you configure linux system as a router?
In my linux machine, i lost /etc/passwd file and /etc/shadow file, then how can i recover it?
What is tty name?
What is ps command in linux?