From owner-freebsd-chat Sun Jun 17 10:15: 9 2001 Delivered-To: freebsd-chat@freebsd.org Received: from h24-67-61-12.lb.shawcable.net (h24-67-61-12.lb.shawcable.net [24.67.61.12]) by hub.freebsd.org (Postfix) with ESMTP id 07E8D37B403 for ; Sun, 17 Jun 2001 10:14:56 -0700 (PDT) (envelope-from chris@home.com) Received: by h24-67-61-12.lb.shawcable.net (Postfix, from userid 1002) id 187AF66B00E; Sun, 17 Jun 2001 11:07:03 -0600 (MDT) Date: Sun, 17 Jun 2001 11:07:02 -0600 From: Chris Moline To: chat@freebsd.org Subject: Re: System Tuning/Sysadmins Message-ID: <20010617110702.A20700@h24-67-61-12.lb.shawcable.net> References: <20010617063505.A29241@shell.monmouth.com> <20010617073505.B20171@h24-67-61-12.lb.shawcable.net> <20010617103922.A79022@acidpit.org> <20010617093905.A20349@h24-67-61-12.lb.shawcable.net> <20010617124444.A84138@acidpit.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010617124444.A84138@acidpit.org>; from rch@acidpit.org on Sun, Jun 17, 2001 at 12:44:44PM -0400 Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Jun 17, 2001 at 12:44:44PM -0400, Robert Hough wrote: > Lost my editors before (long, stupid story on my part), and it's > something you can deal with. It's a pain in the ass, but is something > that can be done. I had to rebuild my /etc/fstab without my editor once. > Wasn't exactly what I'd call fun. For instance: > > # echo "\ > > /dev/da1s2b none swap sw 0 0 > > /dev/da1s1a / ufs rw,userquota 1 1 > > /dev/da1s4e /usr ufs rw,userquota 2 2 > > /dev/da2s1e /var ufs rw,userquota 2 2" > /etc/fstab > > It's amazing what you can do if a few simple utilities get lost: > > #!/bin/sh > # a bad replacement for ls > for LS in `echo *` > do > if [ -d "$LS" ]; then > echo "$LS/" > else > echo "$LS" > fi > done I begin to see now why you guys don't like gui tools. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message