Site Tools


linux:general:crontab

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:general:crontab [2019/10/07 10:59] lunetikklinux:general:crontab [2019/10/07 10:59] (current) lunetikk
Line 28: Line 28:
 |  crontab -l  |  List all crons of the current user  | |  crontab -l  |  List all crons of the current user  |
 |  crontab -u %%<%%user%%>%% -e  |  Edit crontab of another user  | |  crontab -u %%<%%user%%>%% -e  |  Edit crontab of another user  |
-|  <code>for user in $(cut -f1 -d: /etc/passwd); do echo $user; crontab -u $user -l; done</code>  |  List all cronjobs for all users  |+|  <code>for user in $(cut -f1 -d: /etc/passwd); do echo $user; crontab -u $user -l; done</code>  |  List crons of all users  |
  
  
linux/general/crontab.1570438745.txt.gz · Last modified: 2019/10/07 10:59 by lunetikk