On Tue, Dec 14, 2004 at 07:57:43PM -0600, Marcelo E. Magallon wrote: > On Tue, Dec 14, 2004 at 09:36:30PM +0100, Sven Luther wrote: > > > > 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 > > I don't mean to be picky, but... > > #!/usr/bin/perl >
Bah, perl is the ugliest language ever invented ... Friendly, Sven Luther

