
perlkid
stranger
Aug 2, 2000, 3:35 AM
Post #1 of 3
(96 views)
|
|
Simple Permission code.
|
Can't Post
|
|
I need to change the permission of a directory. Not the contents but just the file folder it self. I know that you can use chmod 0644, 'file.txt'; how do I aply that to a folder. also I need to chmod it to 775, would I put that or 0755. Thanks, perlkid
|