Operating System - Linux
1752666 Members
5609 Online
108788 Solutions
New Discussion

remove world write access

 
girishb
Frequent Advisor

remove world write access

I would like to remove world write access from a directory and it’s contents.

Can any one suggest the solution

Thanks
GB
1 REPLY 1
Ivan Ferreira
Honored Contributor

Re: remove world write access

chmod -R o-w directory
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?