Lines Matching refs:binfmt_misc
1 Kernel Support for miscellaneous Binary Formats (binfmt_misc)
8 To achieve this you must tell binfmt_misc which interpreter has to be invoked
14 First you must mount binfmt_misc::
16 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
20 ``:`` upon your needs) and echo it to ``/proc/sys/fs/binfmt_misc/register``.
26 name below ``/proc/sys/fs/binfmt_misc``; cannot contain slashes ``/`` for
35 is the byte sequence binfmt_misc is matching for. The magic string
58 Legacy behavior of binfmt_misc is to overwrite
60 flag is included, binfmt_misc will add an argument to the argument
68 Legacy behavior of binfmt_misc is to pass the full path
70 included, binfmt_misc will open the file for reading and pass its
76 Currently, the behavior of binfmt_misc is to calculate
82 is run with binfmt_misc.
84 The usual behaviour of binfmt_misc is to spawn the
100 To use binfmt_misc you have to mount it first. You can mount it with
101 ``mount -t binfmt_misc none /proc/sys/fs/binfmt_misc`` command, or you can add
102 a line ``none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0`` to your
112 A few examples (assumed you are in ``/proc/sys/fs/binfmt_misc``):
130 You can enable/disable binfmt_misc or one binary type by echoing 0 (to disable)
131 or 1 (to enable) to ``/proc/sys/fs/binfmt_misc/status`` or
133 Catting the file tells you the current status of ``binfmt_misc/the_entry``.
136 or ``/proc/sys/fs/binfmt_misc/status``.