Web Hosting Talk







View Full Version : Perl CHMOD


Google
11-04-2000, 05:34 PM
When you make your own perl file how can you set the right CHMOD to it.I set the CHMOD to 777 and then upload it through FTP and change the CHMOD of the file to 777 and it still doesn't work.

JTY
11-04-2000, 05:35 PM
Well PERL scripts are usually chmod 755.

Google
11-04-2000, 05:53 PM
thanks any way but i got it