Operating System - HP-UX
1837836 Members
2516 Online
110121 Solutions
New Discussion

Re: submit scripts whith root privilhges

 
Marie helene Neyret
New Member

submit scripts whith root privilhges

i want to permit anybody to submit a script which update a system file via
hp/open view menu.
it is necessary for the script to have root's privileges to do this. i haven't
C compilers. do you know how can i do?

thanks for your help !!!
6 REPLIES 6
Roger Vincent
New Member

Re: submit scripts whith root privilhges

You must be careful giving root priviledges to a broad user base. You can use
a program called sudo to enable this process. Please be more specific and I
could help you resolve this issue.
Anthony Goonetilleke_1
Regular Advisor

Re: submit scripts whith root privilhges

You might be able to get around it by playing with groups and file
permissions. You could create a new group and put all the users you want to
have this access in it and then make the system file writable by this group.
This should fix it without having to give people root access.
Sachin Patel_2
Advisor

Re: submit scripts whith root privilhges

We are using super program.
It has super.tab file in its library where you can set the own grp users and
much more.
I have no idea where to get that program. but I think it is free.

Sachin
Marie helene Neyret
New Member

Re: submit scripts whith root privilhges

thenk you very much

I'm being install sudo program which i have received from Roger Vincent.
if you want i'll tell you the result.
bye
Marie helene Neyret
New Member

Re: submit scripts whith root privilhges

thank you

I'm being install sudo program which has been sent from Roger Vincent
i'll tel you the result

bye !
Dorothy Lim_1
Occasional Contributor

Re: submit scripts whith root privilhges

I would like to be able to use the sudo program for the same function.
Could U show me how ? By using the sudo program, do we run any risk of security
?