1834458 Members
3021 Online
110067 Solutions
New Discussion

setprivgroup

 
SOLVED
Go to solution
candyman_1
Advisor

setprivgroup

Hi All

I've set the below permissions for the group and it works, but when I reboot its gone.... How do I make it persistent,

#setprivgroup sybase RTPRIO MLOCK CHOWN


Thanks in advance.

Candyman.
4 REPLIES 4
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: setprivgroup

Hi,

Have a look at this doc.

Title: How to keep setprivgrp settings through a reboot
Document ID: emr_na-c01009375-1

Europe
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01009375-1

US
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01009375-1

Regards,
Robert-Jan
James R. Ferguson
Acclaimed Contributor

Re: setprivgroup

Hi:

Create '/etc/privgroup' with the following lines:

-g CHOWN
sybase RTPRIO MLOCK CHOWN

...I assume that you want to retain global privileges, hence the first line.

Regards!

...JRF...
Robert-Jan Goossens_1
Honored Contributor

Re: setprivgroup

candyman_1
Advisor

Re: setprivgroup


Thanks all.

Candyman