in reply to Re: Apache/CGI fcould not use Spreadsheet::ParseExcel
in thread Apache/CGI fcould not use Spreadsheet::ParseExcel
IIRC files must be readable o+r, directories read and executable o+rx
r is not strictly required for directories, missing read permissions on a directory only prevent you from listing the directory (ls and opendir will fail). To access items in a directory, you only need "cross" (executable) permissions on the directory, and sufficient permissions on the directory items.
For shared libraries (*.so), it actually depends on the OS implementation. Some Unix systems require them to be executable, for others, read permissions are sufficient. On Linux, you can have both variants, depending on the distribution.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Apache/CGI fcould not use Spreadsheet::ParseExcel
by LanX (Saint) on May 08, 2019 at 21:23 UTC | |
by afoken (Chancellor) on May 09, 2019 at 06:41 UTC | |
by LanX (Saint) on May 09, 2019 at 11:48 UTC | |
by afoken (Chancellor) on May 09, 2019 at 19:55 UTC | |
by bliako (Abbot) on May 09, 2019 at 08:47 UTC |