Say I have a folder called parent and it's chmodded 700 and owned by "user:user"
If I put stuff in that folder and the permissions are say, 777 or some other permissions that others could access, would they be secure because of the parent folder's permissions?
In my testing it appears to be so, but just wondering if there's ways around that security that I'm not considering.
Here's what I need to do: I want to mount a CIFS shard to a linux directory, but I only want a specific user to have access to it, so I was thinking of making a folder, chmod it to 700 and make it owned by that user, then make another folder in that folder, and use it as the mount point.
Will this be secure from other users?
If I put stuff in that folder and the permissions are say, 777 or some other permissions that others could access, would they be secure because of the parent folder's permissions?
In my testing it appears to be so, but just wondering if there's ways around that security that I'm not considering.
Here's what I need to do: I want to mount a CIFS shard to a linux directory, but I only want a specific user to have access to it, so I was thinking of making a folder, chmod it to 700 and make it owned by that user, then make another folder in that folder, and use it as the mount point.
Will this be secure from other users?
