Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Iruwen

"Show inaccessible directories" not working as expected

When the option "Show inaccessible directories" in Preferences -> Panels -> Remote is unchecked, directories which are actually accessible to root are hidden if their ownership and permissions exclude root theoretically.

mkdir test
chown www-data:www-data test
chmod 700 test

test will be hidden although root can still access it. That just cost me quite a few nerves.