Penguin
Annotated edit history of ram(4) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 RAM
2 !!!RAM
3 NAME
4 DESCRIPTION
5 FILES
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 ram - ram disk device
12 !!DESCRIPTION
13
14
15 The __Ram__ device is a block device to access the ram
16 disk in raw mode.
17
18
19 It is typically created by:
20
21
22 mknod -m 660 /dev/ram b 1 1
23 chown root:disk /dev/ram
24 !!FILES
25
26
27 /dev/ram
28 !!SEE ALSO
29
30
31 mknod(1), chown(1),
32 mount(8)
33 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.