What periodic process strips executable permissions?

2008-02-25 Thread Shawn Barnhart
I wrote a shell script to email me the output of ntpdc -p and put it in my crontab. It works for a week, and at some point over the weekend my script loses its executable permissions for me (user) but not for group or other. Is there a FreeBSD periodic job that runs periodically and removes

Re: What periodic process strips executable permissions?

2008-02-25 Thread Chuck Swiger
On Feb 25, 2008, at 1:18 PM, Shawn Barnhart wrote: I wrote a shell script to email me the output of ntpdc -p and put it in my crontab. It works for a week, and at some point over the weekend my script loses its executable permissions for me (user) but not for group or other. Is there a