[gentoo-user] usermod strangeness

2003-07-24 Thread douggorley
When I execute the following command: # usermod -G wheel,audio,games,users,slocate,portage,svn -g users doug My computer just sits there until I Ctrl-C to get my shell back. I thought this was pretty straightforward; am I doing something wrong? Thanks, Doug Gorley | [EMAIL PROTECTED] --

Re: [gentoo-user] usermod strangeness

2003-07-24 Thread Theofilos Intzoglou
Maybe you should try: # usermod -G wheel,audio,games,slocate,portage,svn -g users doug as users is given with the -g option. The other, more preferable, way is to open the /etc/passwd file and add every additional group by hand :-) On Thu, 24 Jul 2003 13:02:39 -0700 [EMAIL PROTECTED] wrote: