Proc Directories Flashcards
1
Q
/proc/pid
A
Contains all info on process
2
Q
Cmdline
A
Commands and arguments used to invoke process
3
Q
Environ
A
Environment variables
4
Q
Cwd
A
Link to current working directories
5
Q
Exe
A
Link to the executable of the process
6
Q
Stat
A
Status information about the process
7
Q
Fd
A
One entry for each file the process opens
8
Q
/proc/CPUinfo
A
CPU and system architecture items
9
Q
/proc/meminfo
A
Memory and swap usage
10
Q
/proc/cmdline
A
Options used to start kernal
11
Q
/proc/filesystems
A
Filesystems supported by the kernal
12
Q
/proc/modules
A
Active kernal modules
13
Q
/proc/mounts
A
Mounted devices
14
Q
/proc/uptime
A
System uptime
15
Q
/proc/net
A
Networking information