Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Feisty Upgrade, USB issues and other oddities
- Date: Wed, 4 Apr 2007 15:25:28 +0900
- From: "Josh Glover" <jmglov@example.com>
- Subject: Re: [tlug] Feisty Upgrade, USB issues and other oddities
- References: <46123C22.7080608@example.com> <2a0d6c300704030611r1a73fda3q20231e6ce41e640a@example.com> <4612FFD0.2050404@example.com> <ba75897e0704032241v335cb0fu4eb76d431d256184@example.com>
On 04/04/07, Arwyn Hainsworth <arwyn@example.com> wrote:
Um no, it isn't the right command. useradd creates users, use usermod to modify them. Also the command 'groups' will show what groups you are in. So to add yourself to plugdev you would need to do: #: user="dave";sudo usermod -G `groups |sed "s/^$user //;s/ /,/g"` $user
I think you're missing a ",plugdev" on the end there, aren't you? And why set $user manually, when the shell sets $USER for you? This command should read:
sudo usermod -G `groups |sed "s/^$USER //;s/ /,/g"`",plugdev" $USER
-Josh
- Follow-Ups:
- Re: [tlug] Feisty Upgrade, USB issues and other oddities
- From: Arwyn Hainsworth
- References:
- [tlug] Feisty Upgrade, USB issues and other oddities
- From: Dave M G
- Re: [tlug] Feisty Upgrade, USB issues and other oddities
- From: Marcelo Martins
- Re: [tlug] Feisty Upgrade, USB issues and other oddities
- From: Dave M G
- Re: [tlug] Feisty Upgrade, USB issues and other oddities
- From: Arwyn Hainsworth
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Feisty Upgrade, USB issues and other oddities
- Next by Date: Re: [tlug] Linux-compatible Mac laptop?
- Previous by thread: Re: [tlug] Feisty Upgrade, USB issues and other oddities
- Next by thread: Re: [tlug] Feisty Upgrade, USB issues and other oddities
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links