LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-15-2007, 08:35 AM   #1
JRink
LQ Newbie
 
Registered: Dec 2006
Posts: 27

Rep: Reputation: 15
understanding directories...


Trying to understand the main purpose behind the following directories...

/srv
/bin
/sbin
/etc
/vat

/usr/bin
/usr/sbin

The few times I've installed programs in Linux (CentOS), I have trouble determining where the file(s) were actually placed. Mozilla, VM Ware Tools, etc. I'm hoping that if I understand why those directories are there, it'll help me to determine where to look for stuff.

Can anyone just summarize for me the purpose of those directories and what typically is put in there? Thanks!

JR
 
Old 01-15-2007, 09:01 AM   #2
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Unix operating systems follow this rules:

http://www.pathname.com/fhs/pub/fhs-2.3.html
 
Old 01-15-2007, 10:44 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
And Linux follows most of the rules--most of the time.....
Actually, these are not rules. It is more like a convention or a standard left over from Unix--which is at its core a general-purpose, multi-user OS.

/bin binaries
/sbin system binaries--ie things that a mere user would not normally need
/usr for users (as opposed to, I suppose, administrators)
/etc things that did not fit anywhere else--ie afterthoughts. Actually, this seems to be where most config files are

/srv and /vat no clue
 
Old 01-15-2007, 11:01 AM   #4
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
/usr for users? No
What about /usr/sbin?

The best is too read the FHS.
 
Old 01-15-2007, 02:05 PM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by nx5000
/usr for users? No
What about /usr/sbin?

The best is too read the FHS.
I guess I have carried around a bit of a misconception---what does "usr" stand for?

My real message is that the nuances of the traditional structure are not required by the typical home user / Windows convert.
 
Old 01-15-2007, 02:33 PM   #6
ethics
Senior Member
 
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522

Rep: Reputation: 45
the FHS is in my sig if you want to take a look at it. I've always considered /usr to be a short hand of user (that's how i pronounce it).

The structure confused me at first, but now i figure since there is no 'registry' as such, just paths and variables, that the *nix way works quite well. However it is known for some distros to stray away from the standard, which can create confusion.

You can use tools such as locate and find if you have to search for files, whereis can be used for binaries too (providing they are in your path).
 
Old 01-15-2007, 02:49 PM   #7
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
I read somewhere that usr is actually an acronym for Unix System Resources, which would make sense as it's where binaries and libraries usually live.
 
Old 01-15-2007, 05:43 PM   #8
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by btmiller
I read somewhere that usr is actually an acronym for Unix System Resources, which would make sense as it's where binaries and libraries usually live.
That would make me more misguided than originally believed....
What's interesting about this is that the way I actually find /usr used is in a way that implies "user".
 
Old 01-15-2007, 06:24 PM   #9
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
USR - UNIX System Resources
 
Old 01-15-2007, 09:04 PM   #10
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
Well, going back in history, /usr was just said to be a "general-pupose[sic] directory" and was "usually a mounted file system." That's from the V7 hier(7) man page -- complete with typo and that appears to have been that way in v6 as well. That's just the systems I have access to. It does seem possible that it was for "Unix System Resources" although I haven't been able to find that reference in documentation and I find it improbable. I actually think it's likely to be a back-ronym and not the real etymology of it.

http://www.techwr-l.com/techwhirl/ar...303-00245.html
Quote:
Subject: Re: Synonym for binary file?
From: "John McDermott" <jjm -at- jkintl -dot- com>
To: "TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com>
Date: Sat, 08 Mar 2003 12:19:58 -0700




From: Decker Wong-Godfrey <dfgodfrey -at- milmanco -dot- com>


Finally, although the /bin directory does, in fact stand for "binary," it is
not necessarily an accurate reflection of colloquial understanding. Because
/usr stands for UNIX System Resources, it doesn't necessarily mean that the
directory's name necessarily has anything to do with what people commonly
regard as system resources for the UNIX operating system (ask, and the
majority of people will say that it stands for "user").


In fact, making usr stand for UNIX System Resources is a retronym. As a 25+ year user of UNIX and UNIX-like systems, I can assure you that this is really a retronym and not the initial meaning. Actually /usr was where user files were stored. Had it actually stood for something, surely hier(7) [the manual describing the filesystem hierarchy] would have said so instead of saying things like "the majority of user programs..." or whatever.

If, indeed, you find a reference from Dennis Ritchie or Ken Thompson with that usr does stand for UNIX System Resources, I'll be quite surprised.
And yes, this quoted message is accurate. /usr/dmr (for example) was Dennis Ritchie's home directory. /usr/ken would be Ken's and so on. I was going to post a relevant chunk from /etc/passwd of that era... but I've thought better of it. The point remains the same and I really don't know how much I can quote from the systems without pushing the limits of licensing. Still... it is very likely it was short for "user" or "user programs and data" and it certainly acted like /home does today.

Last edited by frob23; 01-15-2007 at 09:05 PM.
 
Old 01-16-2007, 02:37 AM   #11
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
And /etc means et cetera
;-)

Wasn't actually sure it was unix system resources but i was sure it didn't mean user

Thanx frob23 for the clarification
 
Old 01-16-2007, 07:25 AM   #12
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by nx5000
And /etc means et cetera
;-)

Wasn't actually sure it was unix system resources but i was sure it didn't mean user

Thanx frob23 for the clarification
But the previous post suggests that--at least at one time--it does (did) mean user.....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving directories to new directories keysorsoze Linux - Newbie 2 03-31-2006 07:14 PM
Understanding directories wtb1974 Linux - Newbie 4 03-22-2006 04:47 AM
CHMOD directories.sub-directories.files zerojosh Linux - Software 2 11-19-2005 03:22 PM
Searching multiple directories and sub directories for a file jeep99899 Linux - Newbie 2 10-13-2005 12:23 PM
help understanding ln dr_zayus69 Linux - General 3 01-14-2005 08:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration