How to view the cron jobs that ran on kinit i keep getting must be privileged to use -u?

How to view the cron jobs that ran on kinit i keep getting must be privileged to use -u

this is the control used,

echo 'cat /usr/local/bin/tpthadoop/secret/hadoop.txt' | kinit hdfs

what happens with above command kinit is using kerberos and the account used to run the processes jobs are tpthadoop.

I logged in as user aruiz

i didn't use above echo.

but using the below command to check the jobs that are running.

crontab -u mchhadoop -l

then receibving the below message
must be privileged to use -u

Thanks a lot for the helpful info.

First off - in order to see another users crontab file you have to be root or that user - only.
So, find someone who can login as one of those users, and get them to run commands you want. Personally I think crontab -l run by the mchhadoop user would answer your questions.

kinit requires kernel privileges usually so only root or someone with full sudo access (if you have that) is required.