allowing cdrecord non-root

From: Wojciech Puchar (wojtek_at_tensor.3miasto.net)
Date: 07/31/04

  • Next message: Wojciech Puchar: "raw devices"
    Date: Sat, 31 Jul 2004 22:27:58 +0200 (CEST)
    To: freebsd-questions@freebsd.org
    
    

    how can i allow given group to be able to write cd's?

    in NetBSD doing (assuming group name cdrw)

    chgrp cdrw /dev/rcd0* /dev/cd0*
    chmod 660 /dev/rcd0* /dev/cd0*

    in FreeBSD doing this for /dev/cd0 and /dev/acd0 doesn't work.

    tried to do the same with /dev/xpt0 - doesn't work too.

    is it possible at all?
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: Wojciech Puchar: "raw devices"