In order to check wether "crond" service is running or not, First you have to be root user or you must have permissions of root/sudo user.
Command:-
sudo /sbin/service crond status
The Result for Above commad:
crond (pid 3342) is running...
Means crond service is running.
Command:-
sudo /sbin/service crond status
The Result for Above commad:
crond (pid 3342) is running...
Means crond service is running.
No comments:
Post a Comment