AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
Expand all | Collapse all

Create Directory Where Ownership and Permissions Are Inherited By Clients

  • 1.  Create Directory Where Ownership and Permissions Are Inherited By Clients

    Posted Mon June 23, 2008 11:25 AM

    Originally posted by: estuart


    Hello all;

    How can I create a directory where the ownership and permissions of the files are inherited from the parent? I need to create a directory that is owned by a group and the files inherit the group ownership and permissions from the parent.

    We're running AIX 5.3.

    Thanks in advance.


  • 2.  Re: Create Directory Where Ownership and Permissions Are Inherited By Clien

    Posted Mon June 23, 2008 12:06 PM

    Originally posted by: esv


    create the directory with the "sticky" bit on and the files should inherit the groupid of the directory...

    chmod g+rxws directory_name

    best regards,
    esv.