Hi Tim, On Monday, April 15, 2002, 6:38:27 PM, you wrote:
TJ> Error is Cannot open /home/tim/.bashrc. TJ> As per my response to pekr, the problem is TJ> with absolute file paths. You mean, you can access it with something like ../../../home/tim/.bashrc (with the proper number of ..)? If not, then it's just a matter of permissions. The OS takes into consideration not only the permissions of the file, but also the permissions of /home and /home/tim. If they don't allow the Apache's user to enter, you won't be able to read any file in them. It's usual for Linux to make personal directories (like /home/tim) only accessible by the owner. Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
