Difference between revisions of "/proc/$PID/"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | /proc/PID/cmdline : process arguments | + | /proc/PID/[[cmdline]] : process arguments |
/proc/PID/cwd : process current working directory (symlink) | /proc/PID/cwd : process current working directory (symlink) | ||
/proc/PID/exe : path to actual process executable file (symlink) | /proc/PID/exe : path to actual process executable file (symlink) | ||
− | /proc/PID/environ : environment used by process | + | /proc/PID/[[environ]] : environment used by process |
/proc/PID/root : the root path as seen by the process. For most processes this will be a link to / unless the process is running in a chroot jail. | /proc/PID/root : the root path as seen by the process. For most processes this will be a link to / unless the process is running in a chroot jail. | ||
/proc/PID/status : basic information about a process including its run state and memory usage. | /proc/PID/status : basic information about a process including its run state and memory usage. | ||
/proc/PID/task : hard links to any tasks that have been started by this (the parent) process. | /proc/PID/task : hard links to any tasks that have been started by this (the parent) process. | ||
+ | |||
+ | == Related == | ||
+ | * [[Fork bomb]] | ||
+ | |||
== See also == | == See also == | ||
* {{proc}} | * {{proc}} | ||
* {{PID}} | * {{PID}} | ||
+ | |||
+ | [[Category:Linux Kernel]] |
Latest revision as of 20:10, 28 March 2022
/proc/PID/cmdline : process arguments /proc/PID/cwd : process current working directory (symlink) /proc/PID/exe : path to actual process executable file (symlink) /proc/PID/environ : environment used by process /proc/PID/root : the root path as seen by the process. For most processes this will be a link to / unless the process is running in a chroot jail. /proc/PID/status : basic information about a process including its run state and memory usage. /proc/PID/task : hard links to any tasks that have been started by this (the parent) process.
Related[edit]
See also[edit]
- FHS,
/proc/
,/proc/net/
,/boot/
,/run/
,/dev/
,/usr/
,/var/run/
,/etc/
,/var/
,/var/lib/
/var/log/
,/var/www/
,/opt/
,/lib/
,/sys/
,/proc/kcore
,/proc/sys/, /proc/sys/vm/
,/snap/
,/mnt/
,/mnt/data
,/var/opt/, /usr/bin/
,/lib/, /proc/$PID/, /proc/self/
- PID, PID 1, Process identifier (PID),
pidstat
, Hidepid, /proc/$PID/
Advertising: