일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 운영체제
- 정보보안기사 실기
- 정보보안기사
- Payload
- stack overflow
- Lord of BOF
- Pwnable.kr
- LOB
- 웹해킹
- SQL
- OS
- webhacking.kr
- Operating System
- 정보처리기사 실기
- Shell code
- wargame
- Spring
- System
- hacking
- 네트워크
- system hacking
- Spring MVC
- PWN
- Buffer Overflow
- webhacking
- pwnable
- Spring Framework
- BOF
- 해킹
- 워게임
Archives
- Today
- Total
목록File System Structure (1)
DongDD's IT
File System File System Structure - Disk에 효율적이고 편리한 접근을 제공한다.- User에게 보여질 File system을 정의하고 Logical file system을 관리하기 위한 자료구조, 알고리즘을 결정한다. Features 1) File structure- Logical storage unit : 관련된 정보들의 집합- File control block(FCB) : File에 대한 정보를 가지고 있는 storage structure(File에 대한 metadata를 가짐)2) File System은 보조기억장치에 존재한다.3) Block 단위로 Disk operation을 수행한다.4) File system은 일반적으로 계층구조를 가지고 있다. File Syste..
운영체제
2017. 11. 22. 16:02