Answers for "add new cron job in linux"

4

add new cron job in linux

For editing the cron job file : 
	crontab -e
    
For listing all the running cron job     
	systemctl status cron  ----OR----  crontab -l
Posted by: Guest on September-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language