Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HN: Which products can be used for controlling command level access in Linux
1 points
by
mridulv09
2135 days ago
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.
3 comments
LargoLasskhyfv
2134 days ago
Your search term would be
https://en.wikipedia.org/wiki/Mandatory_access_control
and anything (for Linux) listed there.
link
tkris
2135 days ago
Assign people to different groups and update group level permissions using chmod for the files that you want differential access for
link
lazylizard
2135 days ago
sudo?
link
mridulv09
2135 days ago
I want users to have different privileges and they should be able to access only certain commands depending on the permission level.
link
db48x
2135 days ago
That's exactly what sudo does.
link
and anything (for Linux) listed there.