- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] launching mp3 player on remote machine
- From: Tony Green <tgreen@xxxxxxxxxxx>
- Date: Thu, 12 Jun 2003 11:46:07 +1000
- User-agent: Mutt/1.5.4i
* This one time, at band camp, Dave Airlie said:
> >
> as root chmod 666 /dev/dsp
>
Advice like this really does make me shudder sometimes.
Try 'ls -ltr /dev/dsp'
You'll see that it's (likely) owned by root and the group is audio.
Put the required users into the audio group (groupmod -G audio $user)
and have them logout/in.
Security is there for a reason, 666 is the number of the beast - not an
acceptable parameter to chmod.
Greeno
--
Tony Green <tgreen@xxxxxxxxxxx>