permission script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mpmason14
    New Member
    • Jun 2006
    • 65

    permission script

    i am looking for a way to write a script that resets permissions on certain folders (publicly accessible and full RWX access).

    can anyone start me off or give me a good site to look at?

    thanks
  • Loismustdie129
    New Member
    • Aug 2006
    • 194

    #2
    I'm pretty sure you set it up something like this:

    Code:
    chmod a=rwx $1
    where you save it to a file and the $1 is your file name you want to gain permission to everyone, I think this is right but you should double check because I am not to sure about the public access.

    Comment

    Working...