[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Creating Users without Web area



> 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