in reply to Re^4: Why Perl misses installed modules ?
in thread Why Perl misses installed modules ?
I'm sure I'm right with this. This was the way on Solaris and when I use 'man 2 chmod' on linux, I find the following sentence (translated from german):
S_IXOTH 00001 Execute rights for others, on directories: others + are allowed to search directory
I also used this effect a few times to make dirs unreadable, but allowed the files in it to be read (security by obscurity, but better than nothing).
UPDATE: Sure I was, but wrong. As wrong as the man page.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Why Perl misses installed modules ?
by rowdog (Curate) on Sep 26, 2008 at 12:17 UTC | |
|
Re^6: Why Perl misses installed modules ?
by ikegami (Patriarch) on Sep 26, 2008 at 21:30 UTC |