[H-GEN] Using groups under linux
Christopher Biggs
chris at stallion.oz.au
Thu Apr 6 00:47:02 EDT 2000
[ Humbug *General* list - semi-serious discussions about Humbug and ]
[ Unix-related topics. Please observe the list's charter. ]
Patrick Nichols <pat at humbug.org.au> moved upon the face of the 'Net and spake thusly:
> I use debian linux, and I want to make a group of users with access to use
> the audio devices. I assume this would be a better idea than chmod'ing
> the devices in /dev.
>
Read this whole message before doing any of it.
1. add an group entry to /etc/group (by hand or using groupadd)
# groupadd audio
2. Add the users to the audio group (by editing /etc/group or by using
usermod. It's actually easier to hack the file than to use usermod.
RTFM).
3. ensure the audio devices are owned by group audio
# chgrp audio /dev/audio /dev/dsp /dev/mixer #etc. etc.
0. On my debian systems the audio group already exists, and the audio
devices are already owned by audio. So all you have to do is
add a comma-separated list of usernames to the end of the audio
line in /etc/group. YKMV.
cjb
--
| Christopher Biggs --- Stallion Technolgoies | One of the founding membata,|
| Evil Genius Division, Brisbane, Q, Australia | Society for Creative Pluri. |
| Send mail with "Subject: sendpgpkey" for my PGP public key. MIME mail OK |
\_____________________ UNIX -- To Serve And Connect _________________________/
--
* This is list (humbug) general handled by majordomo at lists.humbug.org.au .
* Postings to this list are only accepted from subscribed addresses of
* lists 'general' or 'general-post'.
More information about the General
mailing list