MAKEDEVS(1) | User Commands | MAKEDEVS(1) |
Create a range of special files as specified in a device table. Device table entries take the form of: <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count> Where name is the file name, type can be one of:
uid is the user id for the target file, gid is the group id for the target file. The rest of the entries (major, minor, etc) apply to to device special files. A '-' may be used for blank entries.
April 2020 | Fidelix 1.0 |