일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- OS
- 워게임
- BOF
- 해킹
- System
- Payload
- 네트워크
- LOB
- 정보보안기사 실기
- hacking
- Spring Framework
- pwnable
- Lord of BOF
- Spring MVC
- 웹해킹
- 정보보안기사
- Spring
- webhacking.kr
- system hacking
- Operating System
- stack overflow
- wargame
- 정보처리기사 실기
- Buffer Overflow
- SQL
- Pwnable.kr
- webhacking
- 운영체제
- Shell code
- PWN
Archives
- Today
- Total
목록File System Implementation (1)
DongDD's IT
File System- Sturcture, Implementation
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