Skip to main content
Tweeted twitter.com/#!/StackUnix/status/629716772011286528
added 37 characters in body
Source Link
wsdzbm
  • 2.9k
  • 5
  • 23
  • 27

I have a personal folder /a/b on the server with permission 700. I don't want others to list the contents in /a/b. The owner of /a is root.

Now I need to open the full authorities of directory /a/b/c to all users.

I changed the permission of /a/b/c to 777 but it is still inaccessible for others.

I have a personal folder /a/b with permission 700. I don't want others to list the contents in /a/b.

Now I need to open the full authorities of directory /a/b/c to all users.

I changed the permission of /a/b/c to 777 but it is still inaccessible for others.

I have a personal folder /a/b on the server with permission 700. I don't want others to list the contents in /a/b. The owner of /a is root.

Now I need to open the full authorities of directory /a/b/c to all users.

I changed the permission of /a/b/c to 777 but it is still inaccessible for others.

Source Link
wsdzbm
  • 2.9k
  • 5
  • 23
  • 27

Can I make a public directory under a private directory?

I have a personal folder /a/b with permission 700. I don't want others to list the contents in /a/b.

Now I need to open the full authorities of directory /a/b/c to all users.

I changed the permission of /a/b/c to 777 but it is still inaccessible for others.