> Can you tell me what method you have in mind for changing permissions? A 
> shell line inside /etc/init.d/bacula-sd.conf (I use Fedora) with the 
> chmod previously said or a different command?

I suppose you're using a recent (>2) version of fedora, so your system
should be running udev.
If that's the case, you just need to tell udev which
owner/group/permissions you want that device node to be created with.

Create a file named "10-tape.rules" in /etc/udev/rules.d with the
following line in it:

KERNEL=="nst0", OWNER="foo", GROUP="bar", MODE="0660"

If you don't need to set the owner or group simply leave out the
corresponding section.

Taking a look at the udev documentation on rule writing might also be a
good idea, since there is much more you can do with it.

Andrea

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to