/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
for u in `cat /etc/passwd | cut -d":" -f1`;do crontab -l -u $u;done