Re: Making chmod changes static
From: Simon Barner (barner_at_in.tum.de)
Date: 05/31/04
- Previous message: Scott: "SOLVED: Re: FreeBSD 4.8R sluggish performance"
- In reply to: Gerard Seibert: "Making chmod changes static"
- Next in thread: Gerard Seibert: "Re[2]: Making chmod changes static"
- Reply: Gerard Seibert: "Re[2]: Making chmod changes static"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 May 2004 22:59:58 +0200 To: Gerard Seibert <gerard-seibert@rcn.com>
> I need to make both the floppy drive (fd0), the internal zip dive (afd0)
> and the cdrom (acd0) usable by any user without having to use 'sudo' or go
> the 'su' route.
Hi,
you want /dev/devfs.conf (see devfs(8) for more details).
E.g.:
# Commonly used by many ports
link acd0 cdrom
perm cdrom 0660
own cdrom root:operator
# burncd
perm acd0 0660
# xcdroast
perm xpt0 0660
perm pass0 0660
This will make your setting persisting over reboots.
In order to apply your changes to that file (without rebooting),
simply run (as root)
/etc/rc.d/devfs restart
Simon
- application/pgp-signature attachment: Digital signature
- Previous message: Scott: "SOLVED: Re: FreeBSD 4.8R sluggish performance"
- In reply to: Gerard Seibert: "Making chmod changes static"
- Next in thread: Gerard Seibert: "Re[2]: Making chmod changes static"
- Reply: Gerard Seibert: "Re[2]: Making chmod changes static"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|