On Mer, 2005-05-18 at 21:47, Tom Duerbusch wrote:
> The default permissions defined when a file is created, seems to be
> +644.

Actually the kernel doesn't really care. The property is set by what is
called the umask (for daft historical reasons that don't matter). You
can set it in a users login scripts and it will then be inherited by
their login.

For home directories setting the directory to 0600 will block access to
all files within the directory also. Directories use
        r - can list contents
        w - can create/delete/link/mkdir etc
        x - required to access the contents of this directory or below

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to