Previously, Nikola Veber said:
> 
> What chmod value gives the read-only premission to the file ? (777 is the
> read-write)

0400 would be read-only and visible only to the owner

0444 would be read-only, visible to anyone

0644 would be read-only to anyone but the owner (r/w to owner).

 -dan

-- 
I didn't have time to write a short letter, so I wrote a long one instead.
                                                    -Mark Twain

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to