Empty Cron

[Solved] Empty Cron | Php - Code Explorer | yomemimo.com
Question : empty cron

Answered by : taha-zouhair

crontab -l > cron.bak # Backing up
crontab -r	# Emptying
crontab cron.bak	# Restoring
crontab -l	# Verification

Source : | Last Update : Mon, 15 May 23

Answers related to empty cron

Code Explorer Popular Question For Php