I have read this topic, which gave me some info but I feel I am not fully getting it. What does the execute permission actually mean on a folder? I fully understand what it means on a file, but on a folder.
Asked
Active
Viewed 3.3k times
1 Answers
33
With the execute bit set you have the permission
- to
cdinto the directory - Also for long listing
ls -li.e. to view the meta data of the files inside the directory (Provided thatreadpermission is there for the directory.
Henry Henrinson
- 185
- 1
- 10
flemingovirus
- 628
- 5
- 5
-
Thanks. I know english is not my native language but even now, for me it is not that obvious that the doc means `cd` (and `ls -l`) are allowed, especially `cd` actually. But anyway, thanks a lot for the clarification then. `+x` permission on a folder means I can `cd` it. excellent! – Alexandre Bourlier Aug 15 '14 at 19:25
-
1@UlrichDangel very correct, I've edited my answer. – flemingovirus Aug 15 '14 at 19:35