don't forget to make the files executable.
How does one make the files executable? By changing permissions??
yes, under linux/unix, set the executable bit for the file. In FTP, you can do this in your ftp program, for shell type "chmod a+x *"
Posts: 8194
yes, under linux/unix, set the executable bit for the file. In FTP, you can do this in your ftp program, for shell type "chmod a+x *"