Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Aug 2000 21:58:21 +0200 (CEST)
From:      Joel Bjork <u98jobj@stud.hh.se>
To:        j mckitrick <jcm@FreeBSD-uk.eu.org>
Cc:        questions@FreeBSD.ORG
Subject:   RE: unix filesystem structure
Message-ID:  <XFMail.000808215821.u98jobj@stud.hh.se>
In-Reply-To: <20000808202239.A21332@dogma.freebsd-uk.eu.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 08-Aug-00 j mckitrick wrote:
> is there any advantage to the unix filesystem structure, keeping all
> binaries together, all docs together, all config files together, etc,
> rather
> than the modern method of keeping all the parts of a given application
> together?
> 
> jm
> -- 
> i'm tired of signatures.

Well, one of the advantages is that you can keep the $PATH variable
reasonable sized, another is that a simple ls /usr/local/bin tells me what's
installed on the system. Making scripts that port to other systems is also
easier since the different commands you might be needing should be in the
same place.

I am sure that those more familiar with unix can give you even more reasons.

----------------------------------
E-Mail: Joel Bjork <u98jobj@stud.hh.se>
Date: 08-Aug-00
Time: 21:58:21
----------------------------------


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?XFMail.000808215821.u98jobj>