[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Creating Users without Web area
- Subject: Re: [cobalt-users] Creating Users without Web area
- From: "Filiberto Ricci" <filiberto@xxxxxxxxx>
- Date: Mon Apr 16 23:04:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I have a requirement to create users and NOT give them a web area under a
> domain name.
>
> I suppose I could manually delete the /web, but would rather automate it.
> In addition, it would be most convenient to create a group where one of
> the users has access to all user areas in that group.
>
> Would appreciate any pointers, as I'm not even sure what search criteria
> to use with the archive.
>
> Thom
Hi!
/usr/sbin/groupadd --help
/usr/sbin/useradd --help
could be a start
see also
man groupadd
man useradd
hope this help,
Filiberto