[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Cron half-hourly: Question
- Subject: Re: [cobalt-users] Cron half-hourly: Question
- From: eric welling <eric@xxxxxxxxxxx>
- Date: Thu Apr 26 13:43:59 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Tuesday, April 24, 2001, at 01:34 PM, Brian Coughter wrote:
How do I set up a cron job to go into the half-hourly directory? What I
want to do is run a chmod command on a directory.
--
Brian Coughter
Internet Services
Blue Water Graphics, Inc.
7977 SW Jack James Drive
Stuart, Florida 34997
561-286-2249 (Tel)
561-286-3055 (Fax)
brianc@xxxxxxxxxxxxxx
_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users
Hello,
*/30 * * * * chmod 640 /home/user/blah
Should do the trick.
Eric