Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2002 13:09:07 +0200
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Administrators - GUI's or Command lines
Message-ID:  <20020722110907.GB65509@freepuppy.bellavista.cz>
In-Reply-To: <20020722105429.D0889B377@vaiosr7k.ozland>
References:  <004101c2310b$8029f5b0$2afececd@TCOOPER> <20020722105429.D0889B377@vaiosr7k.ozland>

next in thread | previous in thread | raw e-mail | index | archive | help
> To: grant.cooper@nucleus.com
> Cc: freebsd-questions@FreeBSD.ORG
> From: Gary Dunn <knowtree@aloha.com>
> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020722110907.GB65509>