We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c8f01 commit 0b122aaCopy full SHA for 0b122aa
1 file changed
README.md
@@ -1,11 +1,9 @@
1
# Linux-FileOwl
2
Linux kernel subsystem that monitors file system events. It can be used to detect when files are created, modified, or deleted
3
4
-# Linux File System
5
-
6
```mermaid
7
graph TD
8
- subgraph Linux File System
+ subgraph "Linux File System Hierarchy"
9
Root(/) --> bin[bin: Essential command binaries]
10
Root(/) --> boot[boot: System boot loader files]
11
Root(/) --> dev[dev: Device files]
@@ -24,5 +22,5 @@ Linux kernel subsystem that monitors file system events. It can be used to detec
24
22
Root(/) --> tmp[tmp: Temporary files]
25
23
Root(/) --> usr[usr: Unix System Resources]
26
Root(/) --> var[var: File that is expected to continuously change]
27
- end
+ end
28
```
0 commit comments