Skip to content

Commit 1ab1024

Browse files
committed
update lec9:p1
1 parent 9ce17df commit 1ab1024

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lec9/p1-fsoverview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ backgroundColor: white
206206
- 采用类似的同步互斥技术(后续)
207207
- 读写锁
208208

209-
---
209+
<!-- ---
210210
211211
##### 文件的共享访问
212212
213213
UNIX 文件系统(UFS)语义
214214
- 对打开文件的写入内容,立即对其他打开同一文件的其他用户可见
215-
- 共享文件指针允许多用户读取和写入文件
215+
- 共享文件指针允许多用户读取和写入文件 -->
216216

217217
<!-- 文件锁的读锁和写锁 https://blog.csdn.net/Scroll_C/article/details/123804611 -->
218218

@@ -360,7 +360,7 @@ close(fd);
360360
361361
---
362362
363-
##### 文件系统的功能
363+
##### 文件系统功能
364364
- 文件系统是操作系统中**管理持久性数据的子系统**,提供数据**文件命名、存储和检索**功能。
365365
- 组织、检索、读写访问数据
366366
- 大多数计算机系统都有文件系统
@@ -413,7 +413,7 @@ close(fd);
413413
}
414414
</style>
415415
416-
<div class="container">
416+
<div class="container">g
417417
418418
<div class="col">
419419

0 commit comments

Comments
 (0)