diff options
Diffstat (limited to 'man4/ram.4')
-rw-r--r-- | man4/ram.4 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/man4/ram.4 b/man4/ram.4 new file mode 100644 index 0000000..04ba495 --- /dev/null +++ b/man4/ram.4 @@ -0,0 +1,28 @@ +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 +.\" +.\" SPDX-License-Identifier: GPL-2.0-or-later +.\" +.\" Modified Sat Jul 24 17:01:11 1993 by Rik Faith (faith@cs.unc.edu) +.TH ram 4 2022-10-30 "Linux man-pages 6.05.01" +.SH NAME +ram \- ram disk device +.SH DESCRIPTION +The +.I ram +device is a block device to access the ram disk in raw mode. +.PP +It is typically created by: +.PP +.in +4n +.EX +mknod \-m 660 /dev/ram b 1 1 +chown root:disk /dev/ram +.EE +.in +.SH FILES +.I /dev/ram +.SH SEE ALSO +.BR chown (1), +.BR mknod (1), +.BR mount (8) |