Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 25 Sep 2012 10:40:48 -0700
From: Nathan McSween <nwmcsween@...il.com>
To: musl@...ts.openwall.com
Subject: Re: filesystem layout

Well here's my peanuts on this bikeshed:

/usr/bin - binaries
/usr/sbin - static binaries
/usr/lib/<triplet> - architecture dependent binary libraries
/usr/lib/<triplet>/<pkg> - architecture dependent binary package libraries
/usr/sub/<triplet?>/<pkg> - gratuitous libexec renaming, short for 
subprocess sublibrary, etc
/usr/int/<arch> - arch dependent includes
/usr/share/int - arch independent includes
/usr/share/sub - arch independent sub...
/var/srv/<pkg> - package specific variable data such as apache, git, etc
/run - runtime data

I would have to look at debain multiarch more.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.