Lines Matching full:proc
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``.
25 is an identifier string. A new /proc file will be created with this
26 name below ``/proc/sys/fs/binfmt_misc``; cannot contain slashes ``/`` for
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``):
131 or 1 (to enable) to ``/proc/sys/fs/binfmt_misc/status`` or
132 ``/proc/.../the_name``.
135 You can remove one entry or all entries by echoing -1 to ``/proc/.../the_name``
136 or ``/proc/sys/fs/binfmt_misc/status``.