Re: Correct syntax for defining objects in command schedule
| | cc: | | Subject: Re: Correc
Re: Correct syntax for defining objects in command schedule
>I need to use the administrative command line interface to define a client >schedule which will run the following command; > >/dir/script > /dir/log 2>&1 > >Looks simple enough. After all, I just need to define a schedule with an >action of command and objects with the command in it. But I'm havin