Question: Using a systemd-based distribution, you want to restrict the cron service from running either automatically or manually. Which command would you run?

  1. systemctl disable crond
  2. systemctl disallow crond
  3. systemctl mask crond
  4. systemctl stop crond

Answer: The correct answer of the above question is Option C:systemctl mask crond