On Sun, Feb 8, 2009 at 4:42 PM, Abhishek Nagar <[email protected]> wrote:
> Hi,
>
> i need to store the output of "top" in a file five times a day, so i
> planned to put it in cronjobs but it doesnot work what could be the problem

Just to confirm that you are using
  top -s -n1 > top.out
because simply
  top > top.out
doesn't work as by default top runs in interactive mode.

regards,
Vaibhav

--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List:      ([email protected])
List Information:  http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail
Send 'help' to [email protected] for mailing instructions.

Reply via email to