CORRECT TEXT
Which command with all parameters and arguments, can be used by root to erase the cron job list
for the user fred?
Answer: crontab -u fred -r
Explanation:
From the crontab manpage
-u Specify the name of the user
-r Remove the current crontab