Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 431 Bytes

runtime-linux.md

File metadata and controls

8 lines (5 loc) · 431 Bytes

Linux Runtime

File descriptors

By default, only the stdin, stdout and stderr file descriptors are kept open for the application by the runtime.

The runtime may pass additional file descriptors to the application to support features such as socket activation.

Some of the file descriptors may be redirected to /dev/null even though they are open.