9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Blake McBride <blake@mcbride.name>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Adding a new user on 9-Front
Date: Mon, 23 Dec 2013 12:03:43 -0600	[thread overview]
Message-ID: <CABwHSOtLZcqHqpKy8st04FnV2Qxen6Y8B+UMAtJyjyA+Gv-TgA@mail.gmail.com> (raw)
In-Reply-To: <CABwHSOtvSKs0hQwK-jZJEan3HMGMSkcFSjzoFxiie_EKaHFavA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1617 bytes --]

Or perhaps:

echo newuser USER-NAME  >>/srv/cwfs.cmd

replace USER-NAME with the new user's name.  If most commands are in
lowercase, it might make sense to use uppercase names as things that need
to be specified.


On Mon, Dec 23, 2013 at 12:00 PM, Blake McBride <blake@mcbride.name> wrote:

> It works now.  The docs were unclear to me.  For example, this works:
>
> echo newuser george >>/srv/cwfs.cmd
>
> And this does not work (unsupprisingly):
>
> echo george george >>/srv/cwfs.cmd
>
> Unless you really look at it, it is unclear when to make a substitution
> (or fill in a variable), and when to type it literally.  Perhaps the docs
> should say:
>
> echo newuser <username>  >>/srv/cwfs.cmd
>
> where <username> is the name of the new user (without the <>).
>
> Thanks.
>
> Blake
>
>
>
> On Mon, Dec 23, 2013 at 9:32 AM, Bence Fábián <begnoc@gmail.com> wrote:
>
>> Did you append or truncate. That command should work.
>>
>>
>> 2013/12/23 Blake McBride <blake@mcbride.name>
>>
>>>
>>>
>>>
>>> On Sun, Dec 22, 2013 at 11:19 PM, Sergey Zhilkin <szhilkin@gmail.com>wrote:
>>>
>>>> Hello !
>>>> From - https://code.google.com/p/plan9front/wiki/admin
>>>> Adding Users
>>>>
>>>> Add a new user on the file server:
>>>>
>>>> echo newuser username >>/srv/cwfs.cmd
>>>>
>>>> The newuser filesystem command is described in the fs(8)<http://man.aiju.de/8/fs>
>>>>  manpage. Examine the '/adm/users' file to investigate the results.
>>>>
>>>
>>> The above echo command did nothing to the /adm/users file for me on
>>> vanilla 9front.
>>>
>>>
>>>
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 6142 bytes --]

  reply	other threads:[~2013-12-23 18:03 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-23  2:37 Blake McBride
2013-12-23  5:19 ` Sergey Zhilkin
2013-12-23  6:15   ` Matthew Veety
2013-12-23 13:34     ` erik quanstrom
2013-12-23 13:46       ` Richard Miller
2013-12-23 13:55         ` erik quanstrom
2013-12-23 14:36   ` Blake McBride
2013-12-23 15:10   ` Blake McBride
2013-12-23 15:32     ` Bence Fábián
2013-12-23 17:13       ` sl
2013-12-23 18:00       ` Blake McBride
2013-12-23 18:03         ` Blake McBride [this message]
2013-12-23 18:28           ` Kurt H Maier
2013-12-23 20:03             ` Blake McBride
2013-12-23 20:18               ` erik quanstrom
2013-12-23 20:23               ` Rubén Berenguel
2013-12-23 20:48                 ` Blake McBride
2013-12-23 21:20                   ` Steve Simon
2013-12-23 20:51               ` Kurt H Maier
2013-12-23 21:45                 ` Blake McBride
2013-12-23 22:00                   ` Matthew Veety
2013-12-23 22:07                   ` sl
2013-12-23 22:45                     ` erik quanstrom
2013-12-23 23:47                       ` sl
2013-12-23 23:54                       ` Kurt H Maier
2013-12-24 12:06                         ` Steffen Daode Nurpmeso
2013-12-24 12:24                           ` lucio
2013-12-24 17:47                             ` Steffen Daode Nurpmeso
2013-12-25  5:30                               ` lucio
2013-12-25  5:58                         ` Federico G. Benavento
2013-12-24  0:16                   ` Kurt H Maier
2013-12-24  0:57                     ` andrey mirtchovski
2013-12-24  2:49                       ` Skip Tavakkolian
2013-12-24  3:03                         ` Bruce Ellis
2013-12-23 19:18           ` Richard Miller
2013-12-23 19:30             ` cinap_lenrek
2013-12-23 19:37               ` erik quanstrom
2013-12-23 20:29                 ` cinap_lenrek
2013-12-23 15:42     ` cinap_lenrek
2013-12-23  9:38 ` Richard Miller

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=CABwHSOtLZcqHqpKy8st04FnV2Qxen6Y8B+UMAtJyjyA+Gv-TgA@mail.gmail.com \
    --to=blake@mcbride.name \
    --cc=9fans@9fans.net \
    /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).