Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
		Linux Distribution => Distribution Specific => Topic started by: keen_prat on December 22, 2003, 08:05:06 AM
		
			
			- 
				HI.. 
i just moved from RH 7.2 to RH 9.0 .
I saw here threads about transparent proxy.. so i created a script with the help of threads discussed here . Now i m unable  to execute that.. although... i was earlier able to execute it on RH7.3 
What could be the prob ??
			 
			
			- 
				It looks that you have not made that script executable... do the following.. 
chmod 755 <ur script> and then tell us...
			 
			
			- 
				I normally used this method:
    chmod +x <ur scriptname>
+x means make the file eXecutable.
Other posible settings will be:
+r   enable read
+w  enable write