Re: Images

John M. Unsworth (jmu2m@virginia.edu)
Sat, 17 Feb 1996 18:00:59 -0500 (EST)

Yep: when you ftp files from a PC to the Unix account, the file will
generally be written on the Unix account with read-by-owner permission
only (or actually, read and write by owner, but no other read or write
permissions). In order for that file to be readable by the web server,
which doesn't own it, you need to chmod it, as follows:

chmod a+r *.*

That'll make all files in your current working directory readable by
everyone. Doesn't make them writable by everyone, just readable.

John Unsworth
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://www.village.virginia.edu/~jmu2m/ jmu2m@virginia.edu