diff options
Diffstat (limited to 'man/man5/proc.5')
| -rw-r--r-- | man/man5/proc.5 | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/man/man5/proc.5 b/man/man5/proc.5 index e525439e61..d29436d879 100644 --- a/man/man5/proc.5 +++ b/man/man5/proc.5 @@ -115,6 +115,9 @@ Underneath there are the following general groups of files and subdirectories: .TP .IR /proc/ "pid subdirectories" +See +.BR proc_pid (5). +.IP Each one of these subdirectories contains files and subdirectories exposing information about the process with the corresponding process ID. .IP @@ -141,6 +144,9 @@ to view the contents of .IR /proc ). .TP .IR /proc/ "tid subdirectories" +See +.BR proc_tid (5). +.IP Each one of these subdirectories contains files and subdirectories exposing information about the thread with the corresponding thread ID. The contents of these directories are the same as the corresponding @@ -163,21 +169,140 @@ to view the contents of .IR /proc ). .TP .I /proc/self +See +.BR proc_self (5). +.IP When a process accesses this magic symbolic link, it resolves to the process's own .IR /proc/ pid directory. .TP .I /proc/thread\-self +See +.BR proc_thread-self (5). +.IP When a thread accesses this magic symbolic link, it resolves to the process's own .IR /proc/self/task/ tid directory. .TP .I /proc/[a\-z]* +.IP Various other files and subdirectories under .I /proc expose system-wide information. +.IP +See also: +.RS +.TP +.BR proc_apm (5) +.TQ +.BR proc_buddyinfo (5) +.TQ +.BR proc_bus (5) +.TQ +.BR proc_cgroups (5) +.TQ +.BR proc_cmdline (5) +.TQ +.BR proc_config.gz (5) +.TQ +.BR proc_cpuinfo (5) +.TQ +.BR proc_crypto (5) +.TQ +.BR proc_devices (5) +.TQ +.BR proc_diskstats (5) +.TQ +.BR proc_dma (5) +.TQ +.BR proc_driver (5) +.TQ +.BR proc_execdomains (5) +.TQ +.BR proc_fb (5) +.TQ +.BR proc_filesystems (5) +.TQ +.BR proc_fs (5) +.TQ +.BR proc_ide (5) +.TQ +.BR proc_interrupts (5) +.TQ +.BR proc_iomem (5) +.TQ +.BR proc_ioports (5) +.TQ +.BR proc_kallsyms (5) +.TQ +.BR proc_kcore (5) +.TQ +.BR proc_key-users (5) +.TQ +.BR proc_keys (5) +.TQ +.BR proc_kmsg (5) +.TQ +.BR proc_kpagecgroup (5) +.TQ +.BR proc_kpagecount (5) +.TQ +.BR proc_kpageflags (5) +.TQ +.BR proc_ksyms (5) +.TQ +.BR proc_loadavg (5) +.TQ +.BR proc_locks (5) +.TQ +.BR proc_malloc (5) +.TQ +.BR proc_meminfo (5) +.TQ +.BR proc_modules (5) +.TQ +.BR proc_mounts (5) +.TQ +.BR proc_mtrr (5) +.TQ +.BR proc_net (5) +.TQ +.BR proc_partitions (5) +.TQ +.BR proc_pci (5) +.TQ +.BR proc_profile (5) +.TQ +.BR proc_scsi (5) +.TQ +.BR proc_slabinfo (5) +.TQ +.BR proc_stat (5) +.TQ +.BR proc_swaps (5) +.TQ +.BR proc_sys (5) +.TQ +.BR proc_sysrq-trigger (5) +.TQ +.BR proc_sysvipc (5) +.TQ +.BR proc_timer_list (5) +.TQ +.BR proc_timer_stats (5) +.TQ +.BR proc_tty (5) +.TQ +.BR proc_uptime (5) +.TQ +.BR proc_version (5) +.TQ +.BR proc_vmstat (5) +.TQ +.BR proc_zoneinfo (5) +.RE .P All of the above are described in more detail in separate manpages whose names start with |
