How can a cron job be created for a specific user?
-
A
Open the crontab file in the user home directory and add what you want to add
-
B
Log in as that user and type crontab -e to open the cron editor
-
C
As root, type crontab -u username -e
-
D
As root, type crontab -e username