This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:general:crontab [2018/12/20 17:42] – Discussion status changed lunetikk | linux:general:crontab [2019/10/07 10:59] (current) – lunetikk | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| * * * * * command to execute | * * * * * command to execute | ||
| </ | </ | ||
| + | |||
| + | === Commands === | ||
| + | |||
| + | ^ Command | ||
| + | | crontab -e | Edit crontab of the current user | | ||
| + | | crontab -l | List all crons of the current user | | ||
| + | | crontab -u %%< | ||
| + | | < | ||
| + | |||
| === Useful links === | === Useful links === | ||