full(4) | Device Drivers Manual | full(4) |
이름¶
full - 항상 가득찬 장치
설정¶
시스템에 /dev/full가 만들어져 있지 않다면, 다음과 같은 명령으로 만들 수 있다.
mknod -m 666 /dev/full c 1 7 chown root:root /dev/full
설명¶
The file /dev/full has major device number 1 and minor device number 7.
Writes to the /dev/full device fail with an ENOSPC error. This can be used to test how a program handles disk-full errors.
/dev/full 장치에서 읽으면 \0 문자를 리턴할 것이다.
/dev/full에 대한 탐색(seek)은 항상 성공할 것이다.
파일¶
/dev/full
추가 참조¶
번역¶
이 매뉴얼 페이지의 한국어 번역은 다음에 의해 편집되었습니다: 임종균 <hermes44@secsm.org>
이 번역은 무료 문서입니다. 저작권 조건에 대해서는 GNU General Public License 버전 3 이상을 읽으십시오. 책임이 없습니다.
이 매뉴얼 페이지의 번역에서 오류를 발견하면 translation-team-ko@googlegroups.com 로 이메일을 보내주십시오.
2024년 5월 2일 | Linux man-pages (unreleased) |