.\" -*- coding: UTF-8 -*- .\" This man-page is Copyright (C) 1997 John S. Kallal .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" correction, aeb, 970825 .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH full 4 "2022년 10월 30일" "Linux man\-pages 6.05.01" .SH 이름 full \- 항상 가득찬 장치 .SH 설정 시스템에 \fI/dev/full\fP가 만들어져 있지 않다면, 다음과 같은 명령으로 만들 수 있다. .PP .in +4n .EX mknod \-m 666 /dev/full c 1 7 chown root:root /dev/full .EE .in .SH 설명 The file \fI/dev/full\fP has major device number 1 and minor device number 7. .PP Writes to the \fI/dev/full\fP device fail with an \fBENOSPC\fP error. This can be used to test how a program handles disk\-full errors. .PP \fI/dev/full\fP 장치에서 읽으면 \e0 문자를 리턴할 것이다. .PP \fI/dev/full\fP에 대한 탐색(seek)은 항상 성공할 것이다. .SH 파일 \fI/dev/full\fP .SH "추가 참조" \fBmknod\fP(1), \fBnull\fP(4), \fBzero\fP(4) .PP .SH 번역 이 매뉴얼 페이지의 한국어 번역은 다음에 의해 편집되었습니다: 임종균 . .PP 이 번역은 무료 문서입니다. 저작권 조건에 대해서는 .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License 버전 3 .UE 이상을 읽으십시오. 책임이 없습니다. .PP 이 매뉴얼 페이지의 번역에서 오류를 발견하면 .MT translation-team-ko@googlegroups.com .ME 로 이메일을 보내주십시오.