<div dir="auto">Wow it is even on Google Maps! <div dir="auto"><br><div dir="auto"><div dir="auto">Christmas in the Grove</div><div dir="auto"><a href="https://goo.gl/maps/M9AewbBfs5q">https://goo.gl/maps/M9AewbBfs5q</a></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Dec 28, 2016 11:46 AM, &quot;Sean&quot; &lt;<a href="mailto:kilpatms@comcast.net">kilpatms@comcast.net</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">BINGO!<br>
<br>
The clue I needed.<br>
<br>
Sean<br>
<br>
PS.  For those interested in creative uses of programming, I suggest a visit<br>
to Oak Grove sometime over the next 4 nights.  Oak Grove is an intersection on<br>
Lavista Road a half mile east of Clairmont Rd.  Park behind the Walreens and<br>
walk south on Oak Grove Rd. to see the Christmas light show. The entire light<br>
show (this is a major league display) is coordinated with the music and runs<br>
for maybe 15 minutes of so. I am told the home owner also owns a radio station<br>
-- which probably hints at the expertise needed to put something like this<br>
together.  (Needless to say, his neighbors are somewhat less than thrilled at<br>
the annual display.)  I don&#39;t know which takes more time: programming the<br>
thousands of lights or wiring everything up.<br>
<br>
msk<br>
<br>
------------------------------<wbr>------------------------------<wbr>------------------------------<wbr>-----------------<br>
<br>
On Wednesday, December 28, 2016 7:27:53 AM EST Alex Carver wrote:<br>
&gt; Ok, a Mac.  Then it&#39;s an underlying ACL.<br>
&gt;<br>
&gt; Check the ACL using ls -le &lt;file&gt;<br>
&gt;<br>
&gt; After that, sudo chmod -N &lt;file&gt; to strip the ACL off the file.<br>
&gt;<br>
&gt; The ACLs are stored separately from the file so FAT, HFS and other file<br>
&gt; systems are able to be controlled by an ACL.<br>
&gt;<br>
&gt; On 2016-12-28 07:22, Sean wrote:<br>
&gt; &gt; Thanks for all the hints.  Most of this stuff I already knew.<br>
&gt; &gt;<br>
&gt; &gt; On changing perms, I couldn&#39;t make the changes -- even as root.<br>
&gt; &gt;<br>
&gt; &gt; I think the ultimate point of friction is the MAC OS.  It is somehow<br>
&gt; &gt; locking these files with some sort of attribute I do not understand or<br>
&gt; &gt; know how to disclose -- but one that the FAT file system on the thumb<br>
&gt; &gt; drive passes on.<br>
&gt; &gt;<br>
&gt; &gt; I try to avoid recursive mode (with rare and careful exception) because of<br>
&gt; &gt; the risk of unintended consequences.  It&#39;s sorta like moving from a .22<br>
&gt; &gt; rifle to a 10 gauge shotgun. There are consequences! And they can disrupt<br>
&gt; &gt; your day.<br>
&gt; &gt;<br>
&gt; &gt; Sean<br>
&gt; &gt;<br>
&gt; &gt; ------------------------------<wbr>------------------------------<wbr>--------------<br>
&gt; &gt; ---------------&gt;<br>
&gt; &gt; On Tuesday, December 27, 2016 7:28:04 PM EST Alex Carver wrote:<br>
&gt; &gt;&gt; He shouldn&#39;t need recursive mode if he&#39;s inside the same directory as<br>
&gt; &gt;&gt; the files.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; However, which user owns the file?  If you&#39;re not the explicit owner<br>
&gt; &gt;&gt; then it&#39;s not going to change permissions.  Sometimes it doesn&#39;t change<br>
&gt; &gt;&gt; permissions if you&#39;re a member of the group, either.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; On 2016-12-27 16:43, Jim Kinney wrote:<br>
&gt; &gt;&gt;&gt; -r<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; Recursive<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; It may be -R<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; Damn gnu not setting a standard on rR for recursive.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; On Dec 27, 2016 7:08 PM, &quot;Sean&quot; &lt;<a href="mailto:kilpatms@comcast.net">kilpatms@comcast.net</a><br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; &lt;mailto:<a href="mailto:kilpatms@comcast.net">kilpatms@comcast.net</a>&gt;&gt; wrote:<br>
&gt; &gt;&gt;&gt;     I am confused -- which is nothing new.<br>
&gt; &gt;&gt;&gt;     Running Fedora 24 on this laptop w/kernel 4.8.14, and CentOS  7.2 on<br>
&gt; &gt;&gt;&gt;     my big<br>
&gt; &gt;&gt;&gt;     box.<br>
&gt; &gt;&gt;&gt;     In the past the following command has changed the perms within a<br>
&gt; &gt;&gt;&gt;     directory of .JPG files so that all of those files have the same<br>
&gt; &gt;&gt;&gt;     perms:<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;     chmod 660 *.JPG<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;     Now it doesn&#39;t. On CentOS.  Works just fine on this laptop w/Fedora<br>
&gt; &gt;&gt;&gt;     24<br>
&gt; &gt;&gt;&gt;     -- ON SOME DIRECTORIES!!! just not on the directories I need to have<br>
&gt; &gt;&gt;&gt;     this work on.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;     Specifically, I have some pix taken with an i-phone. They were<br>
&gt; &gt;&gt;&gt;     transferred to a thumb drive and then to this laptop. The perms<br>
&gt; &gt;&gt;&gt;     read:<br>
&gt; &gt;&gt;&gt;     -rw-r--r-- and I want them to read: -rw-rw-r--   I would like to<br>
&gt; &gt;&gt;&gt;     change the perms on both the thumb drive AND on the laptop.s hard<br>
&gt; &gt;&gt;&gt;     drive.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;     I&#39;ve looked through the man page and, as is often the case, been<br>
&gt; &gt;&gt;&gt;     unable to<br>
&gt; &gt;&gt;&gt;     glean a clue.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;     A clue would be appreciated.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;     How do I change the perms from -rw-r--r-- on a set of jpg files<br>
&gt; &gt;&gt;&gt;     within<br>
&gt; &gt;&gt;&gt;     a<br>
&gt; &gt;&gt;&gt;     single directory to -rw-rw-r--  ?  And have it stick?<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;     sean<br>
&gt; &gt;<br>
&gt; &gt; ______________________________<wbr>_________________<br>
&gt; &gt; Ale mailing list<br>
&gt; &gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo/ale" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/<wbr>listinfo/ale</a><br>
&gt; &gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/<wbr>listinfo</a><br>
&gt;<br>
&gt; ______________________________<wbr>_________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/<wbr>listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/<wbr>listinfo</a><br>
<br>
<br>
______________________________<wbr>_________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/<wbr>listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/<wbr>listinfo</a><br>
</blockquote></div></div>