vattini giacomo wrote:
Hi there i do not know if is the right forum but i presume yes.
Under Opensolaris doing pfexe command i had accsess to all the commands as 
user,now moved to Solaris 10 i noticed that doing pfexe ifconfig the command 
doesn't exist,how can i grant root privileges to user?
If the shell complains that the command doesn't exist, the shell's execution path is not set up.

On the pfexec line, try specifying the full pathname of the command you're trying to run, like this:
# pfexec /usr/sbin/ifconfig ...
Itried several way like
usermod -P All user
it gave me the root console and desktop
usermod -P "Primary Administrator" user the result was the same
what i need it's just have to run all command like dtrace under the user
thanks in advance
_______________________________________________
sysadmin-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss

Reply via email to