LINPROCFS(5) | MidnightBSD File Formats Manual | LINPROCFS(5) |
linprocfs
— Linux
process file system
linproc /compat/linux/proc linprocfs rw 0 0
The Linux process file system, or
linprocfs
, emulates a subset of Linux' process file
system and is required for the complete operation of some Linux
binaries.
The linprocfs
provides a two-level view of
process space. At the highest level, processes themselves are named,
according to their process ids in decimal, with no leading zeros. There is
also a special node called self which always refers
to the process making the lookup request.
Each node is a directory containing several files:
Each node is owned by the process's user, and belongs to that
user's primary group, except for the mem node, which
belongs to the kmem
group.
linprocfs
.To mount a linprocfs
file system on
/compat/linux/proc:
mount -t linprocfs linproc
/compat/linux/proc
The linprocfs
first appeared in
FreeBSD 4.0.
The linprocfs
was derived from
procfs
by Pierre Beyssac.
This manual page was written by Dag-Erling
Smørgrav, based on the
procfs(5) manual page by
Garrett Wollman.
November 13, 2019 | midnightbsd-3.1 |