>>>>> "lists" == lists  <[email protected]> writes:

lists> (I'm going backwards in a hurry, first I can't telnet to
lists> localhost,) now, my script gives this:

lists> sudo: sorry, you must have a tty to run sudo

Don't use sudo in a script.  You can set your cron job to run as a
particular user.

lists> I'm trying to run this from cron, the script has like*1:

lists> googling gives different solutions, hence my q

lists> 2nd Question

lists> the dir tree is like /var/../%d/%u1/ /var/../%d/%u2/

find /var/.../%d  -type d -print0 | xargs -0 command


Peter C
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to