Operating System - HP-UX
1753748 Members
5139 Online
108799 Solutions
New Discussion юеВ

Re: User specific command

 
WW451512
Advisor

User specific command

Hi All,

How to give permission to run a particular command to a particular user?

Thanks
4 REPLIES 4
Torsten.
Acclaimed Contributor

Re: User specific command

What kind of command?
"sudo" could be a solution.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Kapil Jha
Honored Contributor

Re: User specific command

what exactly you want?

u can change permission/ownership to decide who can execute the commands.

use sudo to allow some command to be run by some user apart from super user.

BR,
Kapil+

I am in this small bowl, I wane see the real world......
WW451512
Advisor

Re: User specific command

Thanks..downloaded sudo, edited the file and it works good :)
nightwich
Valued Contributor

Re: User specific command

Hi.


Next time give a try with RBAC.

Regards.