I want to quickly identify all writable files in the directory. What is the quick way to do it?
I know this a very old thread, however...
The below command helped me: find . -type f -perm /+w
find . -type f -perm /+w
You can use -maxdepth based on how many levels below directory you want to search. I am using Linux 2.6.18-371.4.1.el5.