CORRECT TEXT Please enter the command with all parameters and arguments, that could be used by root to list the cron jobs for the user john.

CORRECT TEXT
Please enter the command with all parameters and arguments, that could be used by root to list
the cron jobs for the user john.

CORRECT TEXT
Please enter the command with all parameters and arguments, that could be used by root to list
the cron jobs for the user john.

Answer: crontab -u john -l

Explanation:

From the crontab manpage
-u Specify the name of the user
-l Display the current crontab on standard output



Leave a Reply 0

Your email address will not be published. Required fields are marked *