crontab Flashcards
1
Q
crontab
A
Crontab is the program used to install, remove or list the tables used to drive the cron(8) daemon.
2
Q
crontab
- u user
- l
- r
- e
- i
A
- u user, Name user’s crontab to access. None = Yours.
- l, List user’s crontab
- r, Delete user’s crontab
- e, Edit user’s crontab
- i, Prompt before deleting user’s crontab