CONTRIBUTING.d/patches: Please provide a git-range-diff(1)
[man-pages.git] / man5 / proc_pid_limits.5
blob9e34495a8c6294a02417996e5865e33801798d18
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_oid_limits 5 (date) "Linux man-pages (unreleased)"
8 .SH NAME
9 /proc/pid/limits \- resource limits
10 .SH DESCRIPTION
11 .TP
12 .IR /proc/ pid /limits " (since Linux 2.6.24)"
13 This file displays the soft limit, hard limit, and units of measurement
14 for each of the process's resource limits (see
15 .BR getrlimit (2)).
16 Up to and including Linux 2.6.35,
17 this file is protected to allow reading only by the real UID of the process.
18 Since Linux 2.6.36,
19 .\" commit 3036e7b490bf7878c6dae952eec5fb87b1106589
20 this file is readable by all users on the system.
21 .\" FIXME Describe /proc/[pid]/loginuid
22 .\"       Added in Linux 2.6.11; updating requires CAP_AUDIT_CONTROL
23 .\"       CONFIG_AUDITSYSCALL
24 .SH SEE ALSO
25 .BR proc (5)