LinuxQuestions.org
Visit Jeremy's Blog.
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 08-28-2008, 08:29 AM   #1
oceanarches
LQ Newbie
 
Registered: Aug 2008
Posts: 14

Rep: Reputation: 0
CentOS 5.2 package installation and directory structure


I don't understand the linux filesystem, and I haven't yet found a good source of information to describe good (best?) choices for file management and structure.

Admittedly, I am doing a complete hack job and would like to do better.

Could someone offer advice and/or a good resource to help me learn where to store/access system files, programs, etc.???

Specifically, where should I download packages? Is this different from where they should be installed? What about commercial software programs?

Thanks!
 
Old 08-28-2008, 08:44 AM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
System or OS configuration files usually will reside in /etc.

Programs or binary files (executables) will usually reside in /usr/bin or /usr/local/bin by default.

/usr/sbin and /sbin are usually executables or commands that are for privileged users like root that usually store system binaries, not 3rd party applications and such.

Basic commands like ls, echo, gzip and others that are used by all accounts usually reside in /bin

You can download packages anywhere you want. If it's an RPM, most will install then delete. They'll usually follow the defaults from above, installing in /usr/bin or the like depending on what you're installing.

If you're installing by source (tar.gz files), some will compile in or from /usr/local/src and keep the source around in case they need to recompile, reconfigure and or upgrade, keep track of the version installed, etc.

I'm surprised you didn't find anything, this is a very common question. There's tons of posts that literally ask this same thing here on this site and plenty of sites that describe the filesystem hierarchy in *nix systems.
 
Old 08-28-2008, 08:50 AM   #3
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
ok,I think you need a nice book, or some useful links
like http://tldp.org and so on.

Redhat Based Distro like CentOs uses rpm Packages for installation.
command to learn: rpm
Then there are files with install scripts an so on, described in makefile's tar.gz, bz2, stuff like
that. Most of those applications bring a README along, with command switches.

FHS = Filesystem Hierarchy System (should be most standard on nearly all Linux Distros)
/etc config-files
/opt = install place for optional software
/srv = additional services
/tmp = temp.files
/var = common place for variable files like log-file from apache and so on
/lib = libraries that are used by services, programs, and so on
/usr = UNIX System Resources
/home = standard folder for homedirectories if a user is added with useradd or adduser command (most common)
.
.
.

The question you've got is very huge so not easy to answer in a single post.
I hope that someone else in this forum will post some good LINKS.

regards
 
Old 08-29-2008, 04:21 PM   #4
oceanarches
LQ Newbie
 
Registered: Aug 2008
Posts: 14

Original Poster
Rep: Reputation: 0
great feedback

Thanks for the feedback (internet was down yesterday, so I'm a bit slow in response).

This is really helpful information. I was surprised that I wasn't finding a good overview too! Somehow, I must have not been looking in the right places. I have 4 books; but perhaps none are intro enough. I'll keep looking. In the meantime, your feedback will be useful.

Thanks,
Rachael
 
Old 08-29-2008, 07:24 PM   #5
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Unless you are running a server, you really shouldn't be too concerned with file systems. You need swap (like windows virtual memory), a / partition where the system files reside and preferably a /home partition to store user's personal data. I also like to use a separate /var partition to prevent log or mail files filling up the / partition. All the rest will be placed under /. If you install packages through your package manager, it will install most of them to /usr/bin and /usr/share and one or more of the lib directories; its config files go into /etc and/or the user's home directory. If you compile from source, most packages will end up in /usr/local by default.
 
Old 08-29-2008, 08:52 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
have a look here
http://www.linux.com/base/ldp/howto/...EX/index.htmlt
and in particular
http://www.linux.com/base/ldp/howto/HOWTO-INDEX/os.html
 
Old 09-03-2008, 11:58 AM   #7
oceanarches
LQ Newbie
 
Registered: Aug 2008
Posts: 14

Original Poster
Rep: Reputation: 0
great links

A very helpful resource. Thanks for the intro/info!
 
  


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
LXer: CentOS Directory Server On CentOS 5.2 LXer Syndicated Linux News 0 08-06-2008 09:20 PM
Home Jail Folder Structure like Gobolinux Directory Structure luispt Linux - General 3 07-26-2008 06:46 PM
documentation on TCP package structure? Valkyrie_of_valhalla Programming 5 12-29-2007 02:16 AM
"WARNING: Circular directory structure" error when deleting directory pistonbrew Linux - Software 5 02-03-2005 06:05 AM
directory structure and installation location pofadda Linux - Newbie 3 01-13-2005 02:04 PM

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

All times are GMT -5. The time now is 10:18 PM.

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