]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man5/proc_pid_mem.5
proc.5, proc_pid_wchan.5: Split /proc/PID/wchan from proc(5)
[thirdparty/man-pages.git] / man5 / proc_pid_mem.5
CommitLineData
d9149a39
AC
1.\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
2.\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
3.\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
4.\"
5.\" SPDX-License-Identifier: GPL-3.0-or-later
6.\"
7.TH proc_pid_mem 5 (date) "Linux man-pages (unreleased)"
8.SH NAME
9/proc/pid/mem \- memory
10.SH DESCRIPTION
11.TP
12.IR /proc/ pid /mem
13This file can be used to access the pages of a process's memory through
14.BR open (2),
15.BR read (2),
16and
17.BR lseek (2).
18.IP
19Permission to access this file is governed by a ptrace access mode
20.B PTRACE_MODE_ATTACH_FSCREDS
21check; see
22.BR ptrace (2).
23.SH SEE ALSO
24.BR proc (5)