Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7990979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T13:09:43+00:00 2026-06-04T13:09:43+00:00

when I create a new folder named child (for example) like this: parent/child/ the

  • 0

when I create a new folder named “child” (for example) like this:

parent/child/

the child folder, doesn’t have the same permission of the parent! I already changed them, to the parent, using chmod -R +rw parent but each new folder created doesn’t get the same values!! I want +rw for ‘everyone’ on that new folder.

What should I do?

Thanks in advance!!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T13:09:45+00:00Added an answer on June 4, 2026 at 1:09 pm

    As far as I know there are no inheritance mechanism, but you can use umask for your case.

    Example of how it works:

    $ umask
    022
    $ mkdir test
    $ cd test
    $ mkdir 1
    $ ls -la 1
    total 0
    drwxr-xr-x  2 receiver  wheel   68 23 May 16:57 .
    drwxrwxrwx  4 receiver  wheel  136 23 May 16:57 ..
    

    Above we have 022 masked out. Let’s set umask to 000:

    $ umask 000
    $ mkdir 2
    $ ls -la 2
    total 0
    drwxrwxrwx  2 receiver  wheel   68 23 May 16:58 .
    drwxrwxrwx  5 receiver  wheel  170 23 May 16:58 ..
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

suppose I have package J moreover I create a new folder in J hence
I want to create a file named new text document.txt in the folder %tv%
I have a folder ~/ConfigurationDirectory. The sub-folders within this folder are named as follows
I am using Plupload with codeignitor. My problem is i cant create new folder
Why does the application restart automatically when we create a new folder under a
Very often, I just create a new folder and test things out in there.
When I create a new form under a sub-folder in VS2008 in a C++/CLI
For a new project I have created a local folder tree with empty Visual
My main class folder was named com.test , I changed it to com.myApplication ,
I'm practically new to Google App Engine, but i have a homework to create

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.