This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: cron problem in W2K Proffesional


> 
> drwxrwxrwx     3  asuncion   Ninguno           0 Apr
> 12 2002  /var/cron
> 
> drwxrwxrwx     2  asuncion   Ninguno           0 Dec 6
> 13:04  /var/cron/tabs
> 

For some reason, your 'sticky bit' settings didn't get set
for /var/cron/ and /var/cron/tabs/.

Instead of 'drwxrwxrwx', your permissions should be
'drwxrwxrwt'.

Try:

   chmod 1777 /var/cron
   chmod 1777 /var/cron/tabs

----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]