1833883 Members
1590 Online
110063 Solutions
New Discussion

Re: sudo usage

 
SOLVED
Go to solution
BKUMAR
Frequent Advisor

sudo usage

Hi BigB

Did any one used sudo to administer the user administration....can u pls guide and share your experience..since i had to setup sudo in couple of servers.

Thx in advance
Unix Administration Most Dedicated and Challenging Career in the World
7 REPLIES 7
Uday_S_Ankolekar
Honored Contributor
Solution

Re: sudo usage

Hi,

The following thread might useful..

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0ca672234586d5118ff00090279cd0f9,00.html


Goodluck,

-USA..
Good Luck..
harry d brown jr
Honored Contributor

Re: sudo usage


I like to know (in my environment) what/when/and why people need sudo.

Most of the time you can write a script to do what the users want/need.

You really want to keep sudo out of the hands of amateurs.

You need to view the log often to determine if there is something you can "script".

Personally, I like to keep users out of shells, it makes for a safer and cleaner system!

live free or die
harry
Live Free or Die
Sridhar Bhaskarla
Honored Contributor

Re: sudo usage

Along with that you have got good documentation at this URL

http://www.courtesan.com/sudo/

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Helen French
Honored Contributor

Re: sudo usage

hey,

See this as a complete guide:
http://www.courtesan.com/sudo/index.html

Shiju
Life is a promise, fulfill it!
Helen French
Honored Contributor

Re: sudo usage

hey,

this may be useful too:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.2b1/

Shiju
Life is a promise, fulfill it!
BKUMAR
Frequent Advisor

Re: sudo usage

Thanks Big Bs

Lot of Good Info....I going thru....and updating myself.

Have a Wonderful HP-UX flourishing New Year 2002!

Thanks
Unix Administration Most Dedicated and Challenging Career in the World
Bill Hassell
Honored Contributor

Re: sudo usage

sudo's primary usage is to give sysadmins a vacation. Typical business systems seem to always need 24x7 service but the sysadmin is only paid for 8x5, thus the need for help. sudo is extremely configurable so I have no reservations about using it for casual helpers.

But avoid using ALL=ALL! By setting this value, the sudo user is essentially super user with no restrictions. Instead, configure sudo users with very limited features...this includes specific commands and even specific parameters.


Bill Hassell, sysadmin