How can I find a file on my hard drive created by root that has write permissions?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
migrated from stackoverflow.com Jul 28 '11 at 21:32
|
To look for a file matching multiple conditions with
If you're looking for world-writable files, replace |
|||
|
|
If you want writable by others, just have o+w. |
|||||||||
|


findcommand and the-permswitch. I don't get the title of your question... – Fredrik Pihl Jul 28 '11 at 21:16man find? All the answers point you to that and that is for a reason. – rozcietrzewiacz Jul 29 '11 at 6:22