Linux-进程 Basic knowledge about OS && Linux. Solutions about MIT 6.828 2021-01-01 Operating System C/C++ OS
Linux-内存管理 Learning OS is like reading books, you can communicate with top researchers. 2020-12-27 Operating System C/C++ OS
Divide and Conquer Try to be a good coder and emmm… review algorithm class.XD 2020-12-15 Algorithm Algorithm C/C++
flie-system 文件:名称(存在目录中),属性,数据(存在数据块中) inode 可以连续存储也可以非连续存储 存储属性(owner group size type…)。 1 file 1 inode-> inumber 目录文件也有对应的inode,属性,内容(目录内文件名,inumber) inode表由内核维护共享 root dic 的inumber由系统记录。 root dir 由inumber查i 2020-12-04