Lines Matching refs:you
4 This Kernel feature allows you to invoke almost (for restrictions see below)
8 To achieve this you must tell binfmt_misc which interpreter has to be invoked
11 bits) you have supplied. Binfmt_misc can also recognise a filename extension
14 First you must mount binfmt_misc:
17 To actually register a new binary type, you have to set up a string looking like
18 :name:type:offset:magic:mask:interpreter:flags (where you can choose the ':'
27 defaults to 0 if you omit it (i.e. you write ':name:type::magic...'). Ignored
30 may contain hex-encoded characters like \x0a or \xA4. Note that you must
32 you might have to write \\x0a to prevent the shell from eating your \.
33 If you chose filename extension matching, this is the extension to be
38 The mask is anded with the byte sequence of the file. Note that you must
50 e.g. If your interp is set to /bin/foo and you run `blah` (which is
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
89 A few examples (assumed you are in /proc/sys/fs/binfmt_misc):
106 Catting the file tells you the current status of binfmt_misc/the entry.
115 If you want to pass special arguments to your interpreter, you can