*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> linprocfs (5)              
Title
Content
Arch
Section
 

LINPROCFS(5)

Contents


NAME    [Toc]    [Back]

     linprocfs -- Linux process file system

SYNOPSIS    [Toc]    [Back]

     linproc	     /compat/linux/proc      linprocfs	     rw 0 0

DESCRIPTION    [Toc]    [Back]

     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:

     exe     A reference to the vnode from which the process text was read.
	     This can be used to gain access to the process' symbol table, or
	     to start another copy of the process.

     mem     The complete virtual memory image of the process.	Only those
	     addresses which exist in the process can be accessed.  Reads and
	     writes to this file modify the process.  Writes to the text segment
 remain private to the process.

     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.

FILES    [Toc]    [Back]

     /compat/linux/proc 	      The normal mount point for the
				      linprocfs.
     /compat/linux/proc/cpuinfo       CPU vendor and model information in
				      human-readable form.
     /compat/linux/proc/meminfo       System memory information in human-readable
 form.
     /compat/linux/proc/pid	      A directory containing process information
 for process pid.
     /compat/linux/proc/self	      A directory containing process information
 for the current process.
     /compat/linux/proc/self/exe      The executable image for the current
				      process.
     /compat/linux/proc/self/mem      The complete virtual address space of
				      the current process.

SEE ALSO    [Toc]    [Back]

      
      
     mount(2), unmount(2), procfs(5), mount_linprocfs(8), pseudofs(9)

AUTHORS    [Toc]    [Back]

     The linprocfs was derived from procfs by Pierre Beyssac.  This manual
     page was written by Dag-Erling Smorgrav, based on the procfs(5) manual
     page by Garrett Wollman.

HISTORY    [Toc]    [Back]

     The linprocfs first appeared in FreeBSD 4.0.


FreeBSD 5.2.1			August 10, 1994 		 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
lsattr Linux list file attributes on a Linux second extended file system
chattr Linux change file attributes on a Linux second extended file system
mkfs Linux build a Linux file system
mkdosfs Linux create an MS-DOS file system under Linux
mkfs.ext2 Linux create a Linux second extended file system
fsck Linux check and repair a Linux file system
fsck.ext3 Linux check a Linux second extended file system
fsck.minix Linux a file system consistency checker for Linux
e2fsck Linux check a Linux second extended file system
mkfs.ext3 Linux create a Linux second extended file system
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service