Apex_Ops

updated

7 years ago

A

Apex_Ops

1 Rookie

90 Posts

0

1486

February 27th, 2020 01:00

Use sudo to block user from running isi commands

Hi,

I need to block a user from running isi commands from the CLI interface (but I still need the user to be able to SSH into the Isilon cluster). I assume that can be done via sudo i.e use the visudo command and add an entry like :

username ALL=(ALL) !/usr/bin/isi*

,but it does not work.

Any ideas/suggestions?

Thanks