Results 1 to 5 of 5
hi,
Is it any way to allow user install application and libs without adding them to sudo?
Thank you in advance!...
- 02-21-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 7
allow user to use yum
hi,
Is it any way to allow user install application and libs without adding them to sudo?
Thank you in advance!
- 02-21-2009 #2
No. You have to add those users in sudoer. You can give then root privileges to execute yum command only. No need to give access to other Administrative Tools.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-21-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 7
- 02-22-2009 #4It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-22-2009 #5Just Joined!
- Join Date
- Feb 2009
- Posts
- 7
hum, I decided to create a group and then allow user in that group to install software.
I created Cmd alias SOFTWARE, and added user like
But then trying it out I get notification that I need to be root to do it.Code:%install_group ALL=SOFTWARE
what is the problem?


Reply With Quote
