How can I get a list of non-writable files within my current directory?
|
feedback
|
|
Interpreting that as: user/group/other cannot write
| |||||
feedback
|
|
This
EDIT: From hmont's suggestion on the comment:
And as Mikey puts on his answer, you can use | |||||||||||||
feedback
|
|
or some other permutation with symbolic notation to meet your requirements. To clarify, the '/' will match any user, group, or other. To match all, precede the mode with '-'. | |||
|
feedback
|