Scot L. Harris said: > On Tue, 2004-08-31 at 14:23, Øyvind Lode wrote: > >> This work just fine but he is worried by the permissions on the file. >> The guestbook.txt file have the following permissions: >> -rwxr-xrw- > Then you would need 770 permissions which mean the owner and the group > have read/write permissions and others (the world) have no permissions > on that file. > > (770 translates to -rwxrwx---) I guess you wouldn't want execute-permissions on a txt-file either, Ie -rw-rw----