超级用户 发表于 2003-3-22 09:52:12

/proc/xyz

比如一个进程,PID是2525
那么在/proc下就会有一个目录也叫2525

哪位高手能大概解释一下该目录下的西西(win下的游戏修改工具!)
谢谢。

Dragonfly 发表于 2003-3-23 02:02:36

cmdline ---This holds the complete command line for the process.
cwd ---This is a link to the current working directory of the process.
environ---   This file contains the environment for the process.
exe ---   A symbolic link to the binary which was executed.
fd---This is a subdirectory containing one entry for each file which the process has open, named by its file descriptor, and which is a symbolic link to the actual file.
maps---A file containing the currently mapped memory regions and their access permissions.
mem ---The /dev/mem device is the physical memory before any address translation is done, but the mem file here is the memory of the process that accesses it.
root---Unix and linux support the idea of a per-process root of the filesystem, set by the chroot(2) system call. This file points to the file system root for this process.
stat---   Status information about the process.
页: [1]
查看完整版本: /proc/xyz