We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce17df commit 1ab1024Copy full SHA for 1ab1024
lec9/p1-fsoverview.md
@@ -206,13 +206,13 @@ backgroundColor: white
206
- 采用类似的同步互斥技术(后续)
207
- 读写锁
208
209
----
+<!-- ---
210
211
##### 文件的共享访问
212
213
UNIX 文件系统(UFS)语义
214
- 对打开文件的写入内容,立即对其他打开同一文件的其他用户可见
215
-- 共享文件指针允许多用户读取和写入文件
+- 共享文件指针允许多用户读取和写入文件 -->
216
217
<!-- 文件锁的读锁和写锁 https://blog.csdn.net/Scroll_C/article/details/123804611 -->
218
@@ -360,7 +360,7 @@ close(fd);
360
361
---
362
363
-##### 文件系统的功能
+##### 文件系统功能
364
- 文件系统是操作系统中**管理持久性数据的子系统**,提供数据**文件命名、存储和检索**功能。
365
- 组织、检索、读写访问数据
366
- 大多数计算机系统都有文件系统
@@ -413,7 +413,7 @@ close(fd);
413
}
414
</style>
415
416
-<div class="container">
+<div class="container">g
417
418
<div class="col">
419
0 commit comments