Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- dfs
- TypeScript
- JavaScript
- nodejs
- GIT
- OCR
- Queue
- Python
- 게임
- 자료구조
- typeORM
- 공룡게임
- Sequelize
- jest
- nestjs
- mongoose
- AWS
- game
- Nest.js
- cookie
- flask
- MongoDB
- react
- MySQL
- class
- Dinosaur
- 정렬
- Express
- Bull
Archives
- Today
- Total
목록Partition (1)
포시코딩
[운영체제] 9. File Systems (1)
키워드 file system, metadata, partition, open, file protection, access control, grouping, mounting File and File System File "A named collection of related information" -> 이름을 통해 접근하는 단위 일반적으로 비휘발성의 보조기억장치에 저장 운영체제는 다양한 저장 장치를 file이라는 동일한 논리적 단위로 볼 수 있게 해줌 Operation -> create, delete, read, write, reposition(lseek), open, close 등 open: 그 파일을 disk에서 memory로 내용을 올려놓는게 아닌 파일의 metadata를 메모리에 올려놓는 작업을 의..
CS (Computer Science)
2023. 5. 25. 18:50