> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> From: Gary Dunn <[EMAIL PROTECTED]>
> Subject: Re: Administrators - GUI's or Command lines
> Date: Mon, 22 Jul 2002 00:54:29 HST
> 
> On Sun, 21 Jul 2002 17:08:17 -0600, Grant Cooper wrote:
> > quick question for the admins, do you guys perfer to work out of a GUI such
> > as KDE or just from freeBSD CLI(command line interface)?
> 
> I install X but don't run it. That way I can run an X app from my
> workstation, tunneling through shh. My favorite is gkrellm. I use it
> to keep an eye on activity and drive space.

    wouldn't something along the lines of

    #!/bin/sh
    while true; do
        clear
        df -h
        sleep 5
    done

    fit the bill?

-- 
FreeBSD 4.6-STABLE
1:06PM up 5 days, 23:25, 8 users, load averages: 0.00, 0.00, 0.00

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to