How do I find all files and directories writable by a specific user?
Posted
by
Pistos
on Server Fault
See other posts from Server Fault
or by Pistos
Published on 2009-06-02T00:04:03Z
Indexed on
2012/07/08
3:18 UTC
Read the original article
Hit count: 448
Under Linux, how can I find all the files and directories that are writable (or, actually, not writable) by a particular user?
Edit: To clarify, I meant under a particular subdir, not systemwide. And yes, that means all the permutations and combinations of user, group and world writability that would allow that user to write. I know what the question entails semantically, I was hoping for a one- or few-liner to execute to get a list of these files.
© Server Fault or respective owner