
UNSOLVED
A
Anand14657
6 Posts
0
611
March 19th, 2018 06:00
How to list crontabs created by different users in isilon
Hi All
I was looking for a command to list crontabs created by all users defined on isilon .
Please share if any quick fix/ / workaround you all may be using to get this done
Thanks
Anand
Responses (1)
Solutions (0)

AdamFox
254 Posts
419
1
Posted March 19th, 2018 12:00
I'm not aware of a single command that would do this. You'd have to script something that grabbed all of the local user names in the System zone ('isi auth users list'), then for each of those names, run a cronlab -u -l
That's how I would approach it.