(no subject)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Chermside

    (no subject)

    Fazer writes:
    [...][color=blue]
    > I just wish to know how to get the cron deamon to
    > reload the crontab. Are you certain that it checks for changes or
    > reloads every minute?[/color]

    Rather than asking someone here who probably uses a different
    operating system than what you have, why not test it? Seems like
    it'd take only about 2 minutes to test, and then you'd be REALLY
    sure. Just use cron to run this python program:


    out = open("/mydir/test.txt", "w")
    out.write("this is a test\n")
    out.close()

    and see whether it happens.

    -- Michael Chermside


Working...