|
|
| cdrom group rights at startup (Ubuntu) |
|
|
|
| Written by Bart Dorlandt |
| Friday, 10 November 2006 12:17 |
|
The script below is used to make sure that the device /dev/sg0 (my cd/dvd burner) is add to the group cdrom so I can use it, without using privileged rights. (I'm part of the group cdrom) To do this everytime the computer boots, it has to start my cdrom-groep.sh script. Put the script in /etc/init.d and use the ''update-rc.d'' program, like mentioned here. chgrp cdrom /dev/sg0 |
| Last Updated on Tuesday, 17 July 2007 14:30 |
| Related items: |
|---|
|



