[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Cron half-hourly: Question



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