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 run multiple commands in linux?
How do you run a command for a limited time?
which command is used to see all the system configuration? like hardware, HDD, memory etc.
14 Answers ADS, eClinicalWorks, NJN,
What is difference between sh and bash?
How can you copy lines into the buffer in command mode?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
How do I run a bash script in linux?
tell me something about linux commands.
How do you limit memory usage for commands?
What is help command in linux?
What are the main components of a Linux system?
Explain trap command; shift command, getopts command of linux?