(imported topic written by atxrobbie)
I’m trying to find files and directories in the “/” filesystem that are world writeable. Here is the relevance i’m using:
(descendant folders of (folders (names of filesystem “/”)) whose (other write of it = true))
this always returns False even though i know it should return True. I’ve shortened the relevance to see what the output is:
Q: descendant folders of (folders (names of filesystem “/”))
A: //.fvwm
A: //.qt
A: //altboot
A: //bin
A: //boot
If i try the same relevance on a different filesystem this is what i get (and this does return True when expecting True):
Q: descendant folders of (folders (names of drive “/localdisk”))
A: /localdisk/IBM
A: /localdisk/IBM/InstallationManager
A: /localdisk/IBM/InstallationManager/eclipse
A: /localdisk/IBM/InstallationManager/eclipse/atoc
A: /localdisk/IBM/InstallationManager/eclipse/atoc/nq
A: /localdisk/IBM/InstallationManager/eclipse/configuration
any idea why i’m getting “//” when running this against the root filesystem?
thanks,
Robbie