]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man5/proc_version.5
proc_sys.5, proc_sys_vm.5: Split /proc/sys/vm/ from proc_sys(5)
[thirdparty/man-pages.git] / man5 / proc_version.5
CommitLineData
0e190f3e
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_version 5 (date) "Linux man-pages (unreleased)"
8.SH NAME
9/proc/version \- kernel version
10.SH DESCRIPTION
11.TP
12.I /proc/version
13This string identifies the kernel version that is currently running.
14It includes the contents of
15.IR /proc/sys/kernel/ostype ,
16.IR /proc/sys/kernel/osrelease ,
17and
18.IR /proc/sys/kernel/version .
19For example:
20.IP
21.in +4n
22.EX
23Linux version 1.0.9 (quinlan@phaze) #1 Sat May 14 01:51:54 EDT 1994
24.EE
25.in
26.SH SEE ALSO
27.BR proc (5)