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: 167

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:

  1. Executable files (programs). Program should be executed by typing its name from the command line.
  2. Shared libraries.
  3. Third-party shared libraries (the program is not open source, so I need to redistribute third-party libraries).
  4. Read-only program configuration files for all users.
  5. Configuration data available for read/write access for all users.

© Stack Overflow or respective owner

Related posts about linux

Related posts about unix