View Single Post
Old July 25th, 2006, 12:48 PM   #14 (permalink)
BryanG
Member
Verified Customer
 
Join Date: Sep 2002
Posts: 201
chmod -R <number> <directory>

-R is for recursive mode, so it will change all directories and all files in the <directory> you specify.

<number> would be the permission you would want to change it to (ie. 777, 755, etc.)
BryanG is offline   Reply With Quote