• atzanteol@sh.itjust.works
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    7 months ago

    It’s necessary if you want to give somebody rw access to a subdirectory but not the parent.

    The parent gets “x” and the child gets “rwx”.

    This way you can have multiple users with their own directories under, say, /var/www/html but restrict access to /var/www/html itself.

    If the user doesn’t have “x” then they can’t see anything in that directory at all.