파일 입출력 - 개요, 열기/닫기
1. 파일 개요 & 기본 명령어 File 보조 기억 장치에 저장된 연관된 정보들의 집합 보조 기억 장치 할당의 최소단위 물리적 정의 File operations Create, Write, Read, Reposition, Delete, Etc OS는 file operations들에 대한 system call을 제공해야 함 Types of files in Unix/Linux Regular file(일반 파일): Text or Binary data file Directory: Unix/Linux에서는 directory도 하나의 파일 Special file(특수 파일): 파일 형태로 표현된 커널 내 객체, 데이터 전송이나 장치 접근 시 사용하는 파일 File acess permission 사용자: 소유자(Own..