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

Title: Unable to execute scripts in Red Hat 9.0
Post 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 ??
Title: Unable to execute scripts in Red Hat 9.0
Post by: Ricky on December 22, 2003, 12:47:08 PM
It looks that you have not made that script executable... do the following..
Code: [Select]
chmod 755 <ur script> and then tell us...
Title: Unable to execute scripts in Red Hat 9.0
Post by: dragoncity99 on February 20, 2004, 03:01:30 PM
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