Operating System - HP-UX
1753794 Members
7284 Online
108799 Solutions
New Discussion юеВ

Re: access permission to non root user

 
madhudeepan
Frequent Advisor

access permission to non root user

suppose if i want to give access permission for executing some commands to non root users,, where should i do this.......
3 REPLIES 3
Nido
Trusted Contributor

Re: access permission to non root user

Hi,

Do you mean to give root access permission for executing some commands to non root users?

Better tool would be to use sudo in the below url.

http://hpux.connect.org.uk/

Cheers!!
" Let Villagers Be Happy!! "
Aneesh Mohan
Honored Contributor

Re: access permission to non root user

>> suppose if i want to give access permission for executing some commands to non root users,, where should i do this.......

You mean to execute commands with root privillege for a non root users,then you can think about "sudo" ,SUID,SGID.

Regards,
Aneesh
Sunny123_1
Esteemed Contributor

Re: access permission to non root user

Hi

If you have sudo utility then you can do this from sudo.

look out for sudoers file in /opt/iexpress

Regards
Sunny