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 |
Tags
- Python
- Express
- Sequelize
- react
- JavaScript
- GIT
- 공룡게임
- nestjs
- dfs
- 정렬
- OCR
- MySQL
- Bull
- MongoDB
- jest
- cookie
- Queue
- nodejs
- AWS
- TypeScript
- class
- 게임
- game
- mongoose
- 자료구조
- typeORM
- Nest.js
- flask
- Dinosaur
Archives
- Today
- Total
목록metadata (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