Skip to content. | Skip to navigation

Personal tools

Navigation

You are here: Home / Wiki / Kb149

Kb149

Emulab FAQ: Testbed Operations: How do we make special groups on Ops?

Emulab FAQ: Testbed Operations: How do we make special groups on Ops?

> Can we add people to groups by hand outside of Emulab,
> and they'll stay, etc etc?

No. The way to do this is to create the group on boss/ops, and then add entries to the unixgroup_membership table in the DB:

	INSERT INTO unixgroup_membership VALUES ('stoller','elabsrc');

and then run setgroups for any such users:

	setgroups stoller