In Linux, how can you list the scheduled tasks for another user?
list-tasks -u username
schedule -show username
crontab -u username -l
cron list -user