Lines Matching refs:file
12 documentation can be found in the +package/makedevs/README+ file.
14 It takes the form of a space separated list of fields, one file per
23 - +name+ is the path to the file you want to create/modify
24 - +type+ is the type of the file, being one of:
25 * f: a regular file
28 * c: a character device file
29 * b: a block device file
33 - +uid+ and +gid+ are the UID and GID to set on this file; can be
41 Let's say you want to change the permissions of a given file; using
59 On the other hand, if you want to create the device file +/dev/hda+
77 the line describing the file. Right now, only capability
85 - +capability+ is a capability to add to the previous file
95 You can add several capabilities to a file by using several +|xattr+ lines.