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 the purpose of the 'chmod' command?
what are the basic elements of firewall?
2 Answers Athena Security Solutions, CMC,
How use more command in linux?
What is make command in linux?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
What does && mean in bash?
How do I find the process id in linux?
What the command used for search file or files for specific text?
in redhat Linux wat is the command to check at ahich date and time file was created?
How do I use nslookup in linux?
What does mkdir mean?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?