I don&#39;t recall that ever being used on Linux - at least from ext2 onwards.  I also don&#39;t recall ever working on any other Unix that did that either.  Perhaps it&#39;s a minimal or special-case filesystem option for some OSes?<br>
<br>Jeffrey.<br><br><div class="gmail_quote">On Thu, Jun 3, 2010 at 1:09 PM, David Nicol <span dir="ltr">&lt;<a href="mailto:davidnicol@gmail.com">davidnicol@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<a href="http://en.wikipedia.org/wiki/Talk:Filesystem_permissions#Packed_permission_bits.3F" target="_blank">http://en.wikipedia.org/wiki/Talk:Filesystem_permissions#Packed_permission_bits.3F</a><br>
<br>
<br>
Clearly, ext3 has moved beyond &quot;packed permission bits&quot; if that ever<br>
was a production concept.<br>
<br>
<br>
[david@hexaflexagon scrabble]$ touch BLOP<br>
[david@hexaflexagon scrabble]$ ls -l BLOP<br>
-rw-r--r-- 1 david david 0 Jun  3 04:11 BLOP<br>
[david@hexaflexagon scrabble]$ chmod o+x BLOP<br>
[david@hexaflexagon scrabble]$ ls -l BLOP<br>
-rw-r--r-x 1 david david 0 Jun  3 04:11 BLOP<br>
[david@hexaflexagon scrabble]$<br>
<br>
Under packed permissions, granting for OTHERS would grant for USER and<br>
GROUP too.<br>
<br>
Here&#39;s my question: When did packed permissions stop being used, if<br>
they ever were?<br>
Does anyone else remember &quot;chmod o+w foo&quot; silently implying &quot;chmod<br>
ugo+w foo&quot; and if so how log ago was that?<br>
<font color="#888888"><br>
<br>
--<br>
&quot;I&#39;m not giving in an inch to fear&quot; --David Crosby<br>
_______________________________________________<br>
KCLUG mailing list<br>
<a href="mailto:KCLUG@kclug.org">KCLUG@kclug.org</a><br>
<a href="http://kclug.org/mailman/listinfo/kclug" target="_blank">http://kclug.org/mailman/listinfo/kclug</a><br>
</font></blockquote></div><br>