www.LinuxHowtos.org
proc_pid_mem
Section: File Formats (5)Updated: 202-0-08
Index Return to Main Contents
NAME
/proc/pid/mem - memoryDESCRIPTION
- /proc/pid/mem
- This file can be used to access the pages of a process's memory through open(2), read(2), and lseek(2).
- Permission to access this file is governed by a ptrace access mode PTRACE_MODE_ATTACH_FSCREDS check; see ptrace(2).
SEE ALSO
proc(5)