how to config sudo in unix boxes

Hi
How to configure sudo in all unix boxes.
plz provide the step by step process.

Regards
Praveen

solaris comes without "sudo". you have to install it and after that you can have a look at the manpage of "sudo".

Another option is to look at the man pages here, in our man-page lib:

Man Page for sudo (OpenSolaris Section 0) - The UNIX and Linux Forums

Go to
site sunfreeware.com
select appropriate solaris version and search for sudo.
It will tell u dependencies if any, download them too. Site has ready to use package. no need to to make all packages from source.

just execute pkgadd -d PKGNAME.

man page is already provided in previous response.
:slight_smile:
hope this help.