Mailinglist Archive: opensuse-edu (72 mails)
| < Previous | Next > |
Re: [suse-linux-uk-schools] addins users to groups....... 500+
- From: "Andrew Nix" <andrew.nix@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 8 Aug 2003 10:04:43 +0000 (UTC)
- Message-id: <14055.195.8.166.80.1060336897.squirrel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Cheers Alastair. This command worked a treat. I apprcaite everyone help
for this long and very dragged out problem. I feel so relived that
something finally worked :-)
> Hi Andrew
>
> Its a syntax problem - usermod requires the login name after the group
>
> for i in $(cat ./newusers); do usermod -G students $i; done
>
> this works fine
>
> Alastair
for this long and very dragged out problem. I feel so relived that
something finally worked :-)
> Hi Andrew
>
> Its a syntax problem - usermod requires the login name after the group
>
> for i in $(cat ./newusers); do usermod -G students $i; done
>
> this works fine
>
> Alastair
| < Previous | Next > |