Bash-Shell: Exekutierbare Ordner?

Hallo,

in den -l -Attributen werden für Ordner werden unter der Bash-Shell neben „r“ und „w“ auch „x“ wie „executable“ angezeigt. Warum? Ordner sind doch keine „ausführbaren“ Instanzen, wie Programme.

Gruß
Uwe

Hi Uwe,

executable bedeutet bei Directories was anderes (und weil ‚ls‘ das so schoen anzeigt, hat man es wohl dabei gelassen…).

_Here is what you can do if you have read, write, and execute permissions for directories:

read You can list the contents of the directory.

write You can create files in the directory, delete files in the directory, and create subdirectories in the directory.

execute You can change to this directory using the cd command._

Gruss
bernhard

[Bei dieser Antwort wurde das Vollzitat nachträglich automatisiert entfernt]