Linux / UNIX / OS X Binary Directory Structure
Posted
by
Kevin Sylvestre
on Server Fault
See other posts from Server Fault
or by Kevin Sylvestre
Published on 2010-12-24T00:43:31Z
Indexed on
2010/12/24
0:56 UTC
Read the original article
Hit count: 641
Will Linux / UNIX / OS X binaries be stored in the same directories across different platform or distributions? I'm asking because I need to have access to uuidgen (stored in /usr/bin/uuidgen on my development computer) and noticed that my local Apache server does not include /usr/bin in the PATH. I know I could add /usr/bin to the path, but I want to make sure the software can be re-deployed on a number of different systems with ease. Thanks!
© Server Fault or respective owner