~ubuntu-branches/debian/sid/man-pages-it/sid

« back to all changes in this revision

Viewing changes to man4/full.4

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Tapparo
  • Date: 2001-04-01 15:40:28 UTC
  • Revision ID: james.westby@ubuntu.com-20010401154028-z6m3zeb44vbw7yhp
Tags: upstream-0.3.0
Import upstream version 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" This man-page is Copyright (C) 1997 John S. Kallal 
 
2
.\"
 
3
.\" Permission is granted to make and distribute verbatim copies of this
 
4
.\" manual provided the copyright notice and this permission notice are
 
5
.\" preserved on all copies.
 
6
.\"
 
7
.\" Permission is granted to copy and distribute modified versions of this
 
8
.\" manual under the conditions for verbatim copying, provided that the
 
9
.\" entire resulting derived work is distributed under the terms of a
 
10
.\" permission notice identical to this one
 
11
.\" 
 
12
.\" Since the Linux kernel and libraries are constantly changing, this
 
13
.\" manual page may be incorrect or out-of-date.  The author(s) assume no
 
14
.\" responsibility for errors or omissions, or for damages resulting from
 
15
.\" the use of the information contained herein.  The author(s) may not
 
16
.\" have taken the same level of care in the production of this manual,
 
17
.\" which is licensed free of charge, as they might when working
 
18
.\" professionally.
 
19
.\" 
 
20
.\" Formatted or processed versions of this manual, if unaccompanied by
 
21
.\" the source, must acknowledge the copyright and authors of this work.
 
22
.\"
 
23
.\" correction, aeb, 970825
 
24
.\"
 
25
.\" Traduzione in italiano di Ottavio G. Rizzo <rizzo@pluto.linux.it>
 
26
.\" Gennaio 1999
 
27
.\"
 
28
.TH FULL 4 "2 agosto 1997" "Linux" "Linux Programmer's Manual"
 
29
.SH NOME
 
30
full \- dispositivo sempre pieno
 
31
.SH DESCRIZIONE
 
32
Il file \fB/dev/full\fP ha numero primario di dispositivo 1 e numero
 
33
secondario 7.
 
34
.LP
 
35
Le scritture sul dispositivo \fB/dev/full\fP falliscono con un errore
 
36
ENOSPC.
 
37
.LP
 
38
Le letture dal dispositivo \fB/dev/full\fP restituiscono caratteri
 
39
\\0.
 
40
.LP
 
41
Le operazioni di seek su \fB/dev/full\fP hanno sempre successo.
 
42
.SH CONFIGURAZIONE
 
43
Se il sistema non comprende gi� \fB/dev/full\fP, lo si pu� creare coi
 
44
seguenti comandi:
 
45
.nf
 
46
 
 
47
        mknod -m 666 /dev/full c 1 7
 
48
        chown root.root /dev/full
 
49
 
 
50
.fi
 
51
.SH FILE
 
52
/dev/full
 
53
.SH "VEDERE ANCHE"
 
54
.BR mknod (1),
 
55
.BR null (4),
 
56
.BR zero (4)