[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: chmod problem



The folder (directory) permissions should be 755, but the files within
need only be 644.  Making them 755 makes them executable, which makes
no sense.  They need to be readable and writable by you (the 6) and
readable by everyone else (the 44).  Any subdirectories, however,
should be 755.

On Tue, Feb 06, 2001 at 10:16:14AM +0800, Ian Eblamo wrote:
> I had made my own public_html. I set the folder to mode 755 for it
  to be viewed by others and group. When i added a new html file on
  it, i had to go to the folder and issue the command chmod 755
  $filename. Is there any other way that each time i add a new file,
  it would automatiacally inherit the folders share property?

Cheers,
-- 
Bob McClure, Jr.            | In theory,
Bobcat Open Systems, Inc.   | what works in theory, works in practice.
robertmcclure earthlink net | In practice, it doesn't.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]