- To: SLUG <slug@xxxxxxxxxxx>
- Subject: Re: [SLUG] Keep alive tool
- From: James Wilkinson <jamesw@xxxxxxxxxxxxxxxxxxx>
- Date: Wed Aug 30 22:45:39 2000
- Reply-to: James Wilkinson <jamesw@xxxxxxxxxxxxxxxxxxx>
- User-agent: Mutt/1.0.1i
On Tue, 29 Aug 2000, Brian Marr generated:
>If you have trouble with log files filling your partition
>
>REMEMBER THIS
>
> echo > /var/spool/mail/root
Why not just redirect stdout/stderr if you don't want output?
-----
#!/bin/sh
ping -c 2 127.0.0.1 > /dev/null 2>&1
-----
Then you don't go around nuking roots mailbox, which IMHO is pretty
dumb.
--
jamesw
"We're like sisters... with really different hair!"
-- Cordelia Chase, Buffy the Vampire Slayer
------------------------------
jamesw@xxxxxxxxxxxxxxxxxxx