LPI Exam Questions

CORRECT TEXT Please enter the command with all parameters and arguments, that could be used by root

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