wjdtmfgh.log
로그인
wjdtmfgh.log
로그인
directory structure
Jeong seulho
·
2023년 3월 7일
팔로우
0
운영체제
0
운영체제
목록 보기
30/35
📌flat directory structure
FS내에 하나의 directory만 존재하는 것 ex) MP3 플레이어
파일 naming 문제
파일 보호 문제
📌2-Level Directory Structure
사용자 마다 하나의 directory 배정
MFD (Master File Directory)
UFD (User File Directory)
하위 디렉토리 생성 불가, 파일 naming 문제
사용자간 파일 공유 불가
📌Hierarchical Directory Structure
Tree 형태의 계층적 directory 사용 가능
사용자가 하부 directory 생성/관리 가능
OS에서 system call 제공되어야 함
Home directory : 최상위 디렉토리
Current directory : 현재 디렉토리
Absolute pathname : 절대 경로
Relative pathname : 상대 경로
대부분의 OS에서 사용하는 형태
📌Acyclic Graph Directory Structure
Hierarchical directory structure 확장
Directory안에 shared directory, shared file를 담을
수 있음
shared는 바탕화면의 바로가기 개념(실제 다른 디렉토리에 있는 파일 또는 폴더를 연결해주는 링크)
📌General Graph Directory Structure
Acyclic Graph Directory Structure와 달리 cycle을 허용
위의 Acyclic는 loop를 허용하지 않는다는 뜻, 바로가기가 서로 있으면 cycle도는 것
파일 찾을 때, 무한 루프를 고려해야함
Jeong seulho
팔로우
이전 포스트
file system
다음 포스트
file protection
0개의 댓글
댓글 작성