Ask HN: Which products can be used for controlling command level access in Linux

1 points by mridulv09 ↗ HN
I was able to find some products like "CyberArk" which provides some of this functionality but wanted to know what all products are there which are used by the enterprises all over.

5 comments

[ 3.6 ms ] story [ 25.6 ms ] thread
sudo?
I want users to have different privileges and they should be able to access only certain commands depending on the permission level.
That's exactly what sudo does.
Assign people to different groups and update group level permissions using chmod for the files that you want differential access for