<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Bitstream Vera Sans">
<p><span style="font-family:Fixed [Misc]">Here:</span></p>
<p></p>
<p><span style="font-family:Fixed [Misc]"> u  g  o</span></p>
<p><span style="font-family:Fixed [Misc]">----------</span></p>
<p><span style="font-family:Fixed [Misc]">-rwxr-xr-x</span></p>
<p></p>
<p></p>
<p>The first dash is &quot;sticky&quot;, don't worry too much about it yet.</p>
<p>The next three are user, then group, then other.  User is your own permissions, group is permissions for anyone in a group you're in, and other is for anyone ... period.</p>
<p>The symbolic stuff is much easier to use on chmod than pulling octal stuff out of your butt, IMO.</p>
<p>You do:  chmod [u/g/o/a]+[r/w/x] .  'a' means u, g, and o.</p>
<p>So, for yours:</p>
<p><span style="font-family:Bitstream Vera Sans Mono">chmod a+rwx file</span></p>
<p><span style="font-family:Bitstream Vera Sans Mono">chmod g-w file</span></p>
<p><span style="font-family:Bitstream Vera Sans Mono">chmod o-w file</span></p>
<p></p>
<p><span style="font-family:Bitstream Vera Sans Mono">The minus sign means to remove the permission.  This has always</span></p>
<p><span style="font-family:Bitstream Vera Sans Mono">been the way I can actually remember how to do these.</span></p>
<p></p>
<p><span style="font-family:Bitstream Vera Sans Mono">Sorry for the html mail, it was the only way I could force fixed</span></p>
<p><span style="font-family:Bitstream Vera Sans Mono">width fonts.</span></p>
<p></p>
<p>On Thursday 03 November 2005 12:37 pm, David Stout wrote:</p>
<p>&gt; I should know this but... how do id get file permissions of</p>
<p>&gt;</p>
<p>&gt; -rwxr-xr-x</p>
<p>&gt;</p>
<p>&gt;</p>
<p>&gt; David Stout</p>
<p>&gt; BTS Billing Team</p>
<p>&gt; Data Repository &amp; Reports</p>
<p>&gt;</p>
<p>&gt; ---------------------------------</p>
<p>&gt;  Yahoo! FareChase - Search multiple travel sites in one click.</p>
<p></p>
<p>-- </p>
<p>&quot;The only winning move is not to play.&quot;</p>
</body></html>