]> git.ipfire.org Git - thirdparty/man-pages.git/blame_incremental - man/man4/ram.4
man/, share/mk/: Move man*/ to man/
[thirdparty/man-pages.git] / man / man4 / ram.4
... / ...
CommitLineData
1.\" Copyright (c) 1993 Michael Haardt (michael@moria.de),
2.\" Fri Apr 2 11:32:09 MET DST 1993
3.\"
4.\" SPDX-License-Identifier: GPL-2.0-or-later
5.\"
6.\" Modified Sat Jul 24 17:01:11 1993 by Rik Faith (faith@cs.unc.edu)
7.TH ram 4 (date) "Linux man-pages (unreleased)"
8.SH NAME
9ram \- ram disk device
10.SH DESCRIPTION
11The
12.I ram
13device is a block device to access the ram disk in raw mode.
14.P
15It is typically created by:
16.P
17.in +4n
18.EX
19mknod \-m 660 /dev/ram b 1 1
20chown root:disk /dev/ram
21.EE
22.in
23.SH FILES
24.I /dev/ram
25.SH SEE ALSO
26.BR chown (1),
27.BR mknod (1),
28.BR mount (8)