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 do I remove a soft link in linux?
State and explain about features of UNIX?
How do I stop a linux job?
What is p command?
What does ls mean in linux?
What is the example of command sentence?
Brief about the command ff?
What are the options of wc command?
ls -l ls -t ls -r ls -a ls -ltr ls -u grep error file.txt grep -v error file.txt perl prg.pl | ./file.txt tee chmod +x chmod -x chmod =x ps bg date +%y%m%d ?
How can we increase disk read performance in single command in Linux operating system?
How do I find the console in linux?
What is the copy command in linux?