Linux directories
Posted
by Alex Farber
on Stack Overflow
See other posts from Stack Overflow
or by Alex Farber
Published on 2010-03-16T09:46:36Z
Indexed on
2010/03/16
9:56 UTC
Read the original article
Hit count: 187
I am writing installation script for my program, which is supposed to run on Linux/Unix OS. What is the default directory for the following files:
- Executable files (programs). Program should be executed by typing its name from the command line.
- Shared libraries.
- Third-party shared libraries (the program is not open source, so I need to redistribute third-party libraries).
- Read-only program configuration files for all users.
- Configuration data available for read/write access for all users.
© Stack Overflow or respective owner