Sudo access in Solaris

Install the sudo pkg SFWsudo.tar

bash#tar -xvf SFWsudo.tar

bash#pkgadd -d . SFWsudo

path may be /opt/sfw/bin

Make entry the user name in sudoer file

path of the sudoer file

/opt/sfw/etc/sudoers

check with the below command as a user (not as a root user)

user1$ /opt/sfw/bin/sudo -l
Password:
User user1 may run the following commands on this host:
    (ALL) ALL
user1$

if you are facing any issue

you can try fron root user

root#chmod u+s sudo

then sudo command will work

Regards
Naren:)

..... and is there a question hidden in this somewhere?