| .. | .. |
|---|
| 1 | | -Kernel Support for miscellaneous (your favourite) Binary Formats v1.1 |
|---|
| 2 | | -===================================================================== |
|---|
| 1 | +Kernel Support for miscellaneous Binary Formats (binfmt_misc) |
|---|
| 2 | +============================================================= |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | This Kernel feature allows you to invoke almost (for restrictions see below) |
|---|
| 5 | 5 | every program by simply typing its name in the shell. |
|---|
| .. | .. |
|---|
| 140 | 140 | ----- |
|---|
| 141 | 141 | |
|---|
| 142 | 142 | If you want to pass special arguments to your interpreter, you can |
|---|
| 143 | | -write a wrapper script for it. See Documentation/admin-guide/java.rst for an |
|---|
| 144 | | -example. |
|---|
| 143 | +write a wrapper script for it. |
|---|
| 144 | +See :doc:`Documentation/admin-guide/java.rst <./java>` for an example. |
|---|
| 145 | 145 | |
|---|
| 146 | 146 | Your interpreter should NOT look in the PATH for the filename; the kernel |
|---|
| 147 | 147 | passes it the full filename (or the file descriptor) to use. Using ``$PATH`` can |
|---|