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 |
How to monitor ports in a linux machine, with single command?
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
Which command will show you free/used memory?
why context switching time should be minimum? How it depends on hardware support?
What are the files to be used in the network installation of linux os?
How do display error messages instantly when command fails?
Which command is used to terminate a process?
What is the purpose of the 'chmod' command?
Explain the ‘ls’ command in linux
Which command is used to uncompress gzip files?
What is command to check ports running/used over local machine
How do you save a file in linux?