EXAMPLES
To create a /dev/cdrom link that points to the first SCSI(4) or atapicam(4) CD-ROM, the following may be added to devfs.conf:
link cd0cdrom
Similarly, to link /dev/cdrom to the first ATAPI CD-ROM device, the following action may be used:
link acd0 cdrom
To set the owner of a device, the own action may be specified:
owncd0root:cdrom
To set the permissions of a device, a perm action should be used:
perm cd00660
SEE ALSO
chmod(1), devfs(5), devfs.rules(5), usbd.conf(5), chown(8)
AUTHORS