Re: How to set the file premission by using CHMOD?

[email protected] ("Al") Tue, 4 Nov 2003 16:59:37 +1100
Newsgroups php.lang
Message-ID <[email protected]>
Chmod is the *nix command line tool for changing permissions on files and
directories. A great tutorial on chmod can be found at
http://catcode.com/teachmod/

Al

"Bryan" <[email protected]> wrote in message
news:[email protected]...
> Situation:
> I want to create a file to a directory, but the premission denied, how to
> solve this problem by using CHMOD?
>
> Bryan
>
>