In: Computer Science
I need some assistance with the following assignment:
Cron is a system daemon running in the background helping you schedule and execute tasks such as system backups.
In this lab you will learn how to schedule backups with user and system cron tables.
Submit a report that lists the commands that you would use to accomplish the following tasks:
Hi there, if you need any further help with command do comment happy to help you further.
Do give a thumbs up if you like my solution.
$ ps -ef | grep crond
2. Stop and terminate a cron daemon
# /etc/init.d/crond stop
3. Start and run a cron daemon
# /etc/init.d/crond start
4. Restart a cron daemon
# /etc/init.d/crond restart
5, 6,7,8