Skip to content

Commit 0b122aa

Browse files
Update README.md
1 parent 99c8f01 commit 0b122aa

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Linux-FileOwl
22
Linux kernel subsystem that monitors file system events. It can be used to detect when files are created, modified, or deleted
33

4-
# Linux File System
5-
64
```mermaid
75
graph TD
8-
subgraph Linux File System
6+
subgraph "Linux File System Hierarchy"
97
Root(/) --> bin[bin: Essential command binaries]
108
Root(/) --> boot[boot: System boot loader files]
119
Root(/) --> dev[dev: Device files]
@@ -24,5 +22,5 @@ Linux kernel subsystem that monitors file system events. It can be used to detec
2422
Root(/) --> tmp[tmp: Temporary files]
2523
Root(/) --> usr[usr: Unix System Resources]
2624
Root(/) --> var[var: File that is expected to continuously change]
27-
end
25+
end
2826
```

0 commit comments

Comments
 (0)