List Cronjobs for all users (via for + crontab)

 

for user in $(cut -f1 -d: /etc/passwd); do printf " \n\n -------- $user : \n "; crontab -u $user -l; done

 

 

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare