Annotated edit history of
full(4) version 1 showing authors affecting page license.
View with all changes included.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
FULL |
|
|
2 |
!!!FULL |
|
|
3 |
NAME |
|
|
4 |
DESCRIPTION |
|
|
5 |
CONFIGURING |
|
|
6 |
FILES |
|
|
7 |
SEE ALSO |
|
|
8 |
---- |
|
|
9 |
!!NAME |
|
|
10 |
|
|
|
11 |
|
|
|
12 |
full - always full device |
|
|
13 |
!!DESCRIPTION |
|
|
14 |
|
|
|
15 |
|
|
|
16 |
File __/dev/full__ has major device number 1 and minor |
|
|
17 |
device number 7. |
|
|
18 |
|
|
|
19 |
|
|
|
20 |
Writes to the __/dev/full__ device will fail with an |
|
|
21 |
ENOSPC error. |
|
|
22 |
|
|
|
23 |
|
|
|
24 |
Reads from the __/dev/full__ device will return 0 |
|
|
25 |
characters. |
|
|
26 |
|
|
|
27 |
|
|
|
28 |
Seeks on __/dev/full__ will always succeed. |
|
|
29 |
!!CONFIGURING |
|
|
30 |
|
|
|
31 |
|
|
|
32 |
If your system does not have __/dev/full__ created |
|
|
33 |
already, it can be created with the following |
|
|
34 |
commands: |
|
|
35 |
|
|
|
36 |
|
|
|
37 |
mknod -m 666 /dev/full c 1 7 |
|
|
38 |
chown root:root /dev/full |
|
|
39 |
!!FILES |
|
|
40 |
|
|
|
41 |
|
|
|
42 |
/dev/full |
|
|
43 |
!!SEE ALSO |
|
|
44 |
|
|
|
45 |
|
|
|
46 |
mknod(1), null(4), zero(4) |
|
|
47 |
---- |
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.