9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@swtch.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Re: wiki changes
Date: Thu, 16 Feb 2006 12:22:49 -0500	[thread overview]
Message-ID: <9ce0bd0b2d5fd8e6040601f0fc6b37d9@swtch.com> (raw)
In-Reply-To: <e5ac3d949ab7341e630b64f12346529a@cat-v.org>

> But sys is member of group adm by default.  I'm still somewhat
> confused as to what the roles of each are, adm as far I can see just
> owns a few files under /adm, which can be written to by sys anyway, so
> what is the purpose of adm?

adm is the user corresponding to the file server.
File server files (like /adm/users) are owned by adm.

You cannot attach as adm.  It is explicitly disallowed.
You can use this to create files that can be modified only
on the file server console.  If you take sys out of adm
(done on more paranoid systems) then you can be sure
no one but the file server is editing things like /adm/users.  
An empty adm group was the default on the worm file server.

Even having sys in adm doesn't open the system very much,
since that's the sys user, not the sys group.

Russ



  reply	other threads:[~2006-02-16 17:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <b8fb0cd32aa3b19d181f5b0db1fec046@swtch.com>
2006-02-16 16:20 ` uriel
2006-02-16 11:24   ` Russ Cox
2006-02-16 16:44     ` uriel
2006-02-16 17:22       ` Russ Cox [this message]
     [not found] <4cd2b7e516bb1cf90dbf06fe748780bc@swtch.com>
2006-02-16 16:10 ` uriel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9ce0bd0b2d5fd8e6040601f0fc6b37d9@swtch.com \
    --to=rsc@swtch.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).