On Tue, Dec 14, 2004 at 12:16:59PM -0800, Ryan Lovett wrote: > On Tue, Dec 14, 2004 at 03:51:18PM +0100, Michael Banck wrote: > > On Mon, Dec 13, 2004 at 08:53:01PM +0000, Stewart Jeacocke wrote: > > > Now I can just sit back and enjoy the wonders of HAL, GVM and Evolution > > > 2.0 (I couldn't quite wait for it to get to sarge!). > > > > Remember that you have to be in the group 'plugdev' in order for > > GVM/HAL/pmount working correctly. > > What about sites that have hundreds of users? Adding everyone to the > plugdev group would be somewhat unwieldy. (I'm not griping, I'm just > interested in a solution.) Is there an alternative to this?
for user in `ls /home | grep -v lost+found`; do adduser $user plugdev; done Friendly, Sven Luther

