Operating System - HP-UX
1752273 Members
4995 Online
108786 Solutions
New Discussion юеВ

Re: How do i get permission of drwxrws--

 
Mike_305
Super Advisor

How do i get permission of drwxrws--

Hello,

How do I get permission on the directory with drwxrws---.

Thanks for your help in advance.
If there is problem then don't think as problem, think as opportunity.
3 REPLIES 3
Robert-Jan Goossens_1
Honored Contributor

Re: How do i get permission of drwxrws--

Hi,

# chmod 2770 /directory
or
# chmod g+s /directory

Regards,
Robert-Jan
~sesh
Esteemed Contributor

Re: How do i get permission of drwxrws--

Hi,

It seems that you are trying to set the SETGID. There are two ways: use octal values or symbolic values.

The exact commands are given by Robert, you just have to change /directory to whatever your directory is named.

Good luck!
Mike_305
Super Advisor

Re: How do i get permission of drwxrws--

Sorry, took long to give you points but here it is.

THX
If there is problem then don't think as problem, think as opportunity.