Skip navigation.

File Permissions in Nautilus

Nautilus
Nautilus

Alexander Larsson recently committed his work on the permissions page in Nautilus. He writes: I just commited a rework of the permissions page in the file property dialog. It has a simplified UI (and an advanced/unixy version availible via a gconf setting) and support for recursive permission changes.

Screenshot 1 | Screenshot 2 | Screenshot 3 | Screenshot 4

Obviously, people that say

Obviously, people that say it's easy to understand recurivity actually don't understand it. You didn't understood or explained recursion AT ALL.
Especially since what you describe is :
- plain wrong and false
- describe inheritance at best, which is not at all how it works

In case you wonder where your description is completely wrong :
if you have, say, a root only owned file or directory in your home, you can be sure permissions won't be applied to them at all.
You have to use recursion to describe the mechanism correctly, and immediately, it's way more complicated to understand that what you describe, even though rather easy to describe.