Lines Matching refs:can
11 bits) you have supplied. Binfmt_misc can also recognise a filename extension
18 :name:type:offset:magic:mask:interpreter:flags (where you can choose the ':'
36 - 'mask' is an (optional, defaults to all 0xff) mask. You can mask out some
53 interp has to be aware of this so it can execute /usr/local/bin/blah
77 To use binfmt_misc you have to mount it first. You can mount it with
78 "mount -t binfmt_misc none /proc/sys/fs/binfmt_misc" command, or you can add
104 You can enable/disable binfmt_misc or one binary type by echoing 0 (to disable)
108 You can remove one entry or all entries by echoing -1 to /proc/.../the_name
115 If you want to pass special arguments to your interpreter, you can
120 passes it the full filename (or the file descriptor) to use. Using $PATH can
121 cause unexpected behaviour and can be a security hazard.