9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] fs administration: how do people update multi-user fs?
Date: Sun, 16 Feb 2003 09:36:52 -0500	[thread overview]
Message-ID: <0c810eac01b3c8805de75cb29fd8695c@plan9.bell-labs.com> (raw)
In-Reply-To: <20030216163032.P9084@cackle.proxima.alt.za>

When a file is created, it is owned by the person who created it.

If you logged into a kfs system using a user name that was
not in /adm/users, then to kfs you are logged in as `none'.

If you are using a tool that sets the owner of a file
on a kfs system in allow mode, then kfs does not check
that you ask for a valid uid.  If you ask for a user not
in /adm/users, it will use `none'.

The file server kernel and fossil are both much more
paranoid -- they will not let you log in and will not let
you chown when the users don't exist.

Kfs was never meant to be more than a crutch.  The fact
that it is the most commonly used file server on Plan 9
is little more than an unfortunate historical accident.

Russ



  reply	other threads:[~2003-02-16 14:36 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-14 15:02 Axel Belinfante
2003-02-14 15:16 ` Russ Cox
2003-02-14 15:20   ` Ronald G. Minnich
2003-02-14 17:16     ` Jack Johnson
2003-02-14 17:28       ` andrey mirtchovski
2003-02-14 17:42         ` Ronald G. Minnich
2003-02-14 18:04           ` northern snowfall
2003-02-16 22:28         ` Roman V. Shaposhnick
2003-02-14 17:47       ` Ronald G. Minnich
2003-02-14 15:33   ` Lucio De Re
2003-02-14 15:37     ` Russ Cox
2003-02-14 16:08     ` [9fans] chown in fossil Fco.J.Ballesteros
2003-02-14 16:17       ` Russ Cox
2003-02-14 16:20         ` Fco.J.Ballesteros
2003-02-14 16:23           ` Russ Cox
2003-02-14 16:27             ` Fco.J.Ballesteros
2003-02-15  2:56     ` [9fans] fs administration: how do people update multi-user fs? Christopher Nielsen
2003-02-15  3:03       ` Geoff Collyer
2003-02-15  4:38         ` Christopher Nielsen
2003-02-15  3:13       ` Scott Schwartz
2003-02-15  4:39         ` Christopher Nielsen
2003-02-15  4:48         ` Andrew
2003-02-15 16:20           ` Dan Cross
2003-02-15  9:49       ` Lucio De Re
2003-02-15 14:18         ` Russ Cox
2003-02-15 15:29           ` Lucio De Re
2003-02-16 14:20             ` Russ Cox
2003-02-16 14:30               ` Lucio De Re
2003-02-16 14:36                 ` Russ Cox [this message]
2003-02-15 15:53       ` Kenji Arisawa
2003-02-15 16:00         ` Lucio De Re
2003-02-15 16:22           ` Dan Cross
2003-02-15 17:58           ` Russ Cox
2003-02-14 16:16   ` Dan Cross

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=0c810eac01b3c8805de75cb29fd8695c@plan9.bell-labs.com \
    --to=rsc@plan9.bell-labs.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).