Advertisement
theitd

Crontab for another user

Jan 27th, 2017
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. # Execute crontab list for another user
  2. crontab -l -u <user>
  3.  
  4. #i.e. crontab -l -u www-data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement