<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tech-Recipes - Latest Comments in Set UNIX file access permissions with chmod</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/set_unix_file_access_permissions_with_chmod_unix_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 27 May 2007 06:49:33 -0000</lastBuildDate><item><title>Re: Set UNIX file access permissions with chmod</title><link>http://www.tech-recipes.com/rx/691/set-unix-file-access-permissions-with-chmod/#comment-2768692</link><description>&lt;p&gt;You missed out something simple! The "=" operator can force permissions regardless of state, just like with octal. So, for instance:&lt;/p&gt;&lt;p&gt;chmod o=rwx file&lt;/p&gt;&lt;p&gt;will make "other" read/write/execute regardless of current permission state.&lt;/p&gt;&lt;p&gt;+ &amp;amp; - operators are often not worth using unless you're using a+ or a-&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 27 May 2007 06:49:33 -0000</pubDate></item></channel></rss>