Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2001 11:07:02 -0600
From:      Chris Moline <ugly-daemon@home.com>
To:        chat@freebsd.org
Subject:   Re: System Tuning/Sysadmins
Message-ID:  <20010617110702.A20700@h24-67-61-12.lb.shawcable.net>
In-Reply-To: <20010617124444.A84138@acidpit.org>; from rch@acidpit.org on Sun, Jun 17, 2001 at 12:44:44PM -0400
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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