From the command line, how could I for example remove all RW attributes from a file?

Thanks

link|improve this question

57% accept rate
2  
You're talking about permissions, not attributes. File attributes are something else. – JdeBP Nov 24 '11 at 16:07
feedback

1 Answer

up vote 1 down vote accepted

Here you go:

chmod a-rw <filename>
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.