On Wed, 14 Apr 1999, David Day wrote: chmod xxx filename read 4 write 2 exec 1 so if you want the owner to be able to read/write/execute, and everyone else to only read and execute it would do chmod 755 filename Nick > How do I make a file executable??? >