| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- 자바스크립트
- DP
- Express.js
- Github
- 강한 연결 요소
- 최소 공통 조상
- reference counting
- R 그래프
- 비트필드를 이용한 dp
- 게임 서버 아키텍처
- 2-SAT
- PROJECT
- map
- Lock-free Stack
- ccw 알고리즘
- Prisma
- 그래프 탐색
- localstorage
- 이분 탐색
- 트라이
- SCC
- 벨만-포드
- Spin Lock
- trie
- 비트마스킹
- Binary Lifting
- Delete
- JavaScript
- Strongly Connected Component
- Behavior Design Pattern
Archives
- Today
- Total
목록mount (1)
dh_0e
File Concept파일(File): Byte들의 배열(Array of Bytes)로 정의되며, 관련 정보들의 집합(A Collection of Related Information)으로도 정의추상화된 파일 객체를 다룸 File SystemFile과 Physical Disk Block 간의 Mapping을 제공하며, Disk 위치 배치를 담당File Blocks >> Disk Blocks독립성(Independence): 사용자는 File이 저장된 물리적 위치를 알 필요 없음Disk에 저장된 전체 File들을 총칭하며, File System 종류에 따라 File들의 배치나 구성이 달라질 수 있음이 외에 Time(수정된 시각), Data(수정된 날짜), User Information, etc ..Curren..
Operating System
2025. 12. 7. 06:02
