CHMOD



Hi All,

Probably a simple question for everyone here but I can't seem to find the
answer anywhere on the net.

I am trying to set all .pl files permissions to 715 recursively in all
folders.

I execute the command:

chmod 715 -R *.pl

But all this does is change all the pl files in the current directory and
doesn't seem to go through all directories. Any suggestions?

Regards

Jamie


.



Relevant Pages

  • Re: another newbie
    ... around, writing simple shell scripts, etc. ... sat64% chmod a+x ./script.pl ... Then change its file mode to allow it to execute with the command: ...
    (freebsd-questions)
  • Re: Running a command in Terminal...
    ... chmod +x mytestfile ... "chmod -x" removed permissions for all users to execute ... The chmod command uses this syntax: ...
    (comp.sys.mac.system)
  • Re: regarding unix specific commands
    ... test is another command. ... > chmod +x test ... gcc sets the execute bits on the resulting ... Prev by Date: ...
    (comp.os.linux.misc)
  • Re: How to create an executable or something like that ?
    ... I use a terminal to lauch my Appli.tcl with the command ... execute this command by clicking on it. ... chmod 755 Appli.tcl ...
    (comp.lang.tcl)
  • [Full-Disclosure] Advanced usage of system() function.
    ... and call its arguments as a command for shell. ... as we can see we still didnt get what we want (typing exit ... Connection closed by foreign host. ... think what we want to execute. ...
    (Full-Disclosure)