Skip to content

Commit 188e391

Browse files
Update README.md
1 parent b4f4018 commit 188e391

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66

77
# Linux-FileOwl
88
Linux kernel subsystem that monitors file system events. It can be used to detect when files are created, modified, or deleted
9+
<p align="center">
10+
<a href="https://github.com/cybersecurity-dev/"><img height="25" src="https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/github.svg" alt="GitHub"></a>
11+
&nbsp;
12+
<a href="https://www.youtube.com/@CyberThreatDefence"><img height="25" src="https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/youtube.svg" alt="YouTube"></a>
13+
&nbsp;
14+
<a href="https://cyberthreatdefence.com/my_awesome_lists"><img height="20" src="https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/blog.svg" alt="My Awesome Lists"></a>
15+
<img src="https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/bar.gif">
16+
</p>
17+
18+
---
19+
---
20+
21+
<details>
22+
<summary>Linux File System Hierarchy</summary>
923

1024
```mermaid
1125
graph TD
@@ -30,3 +44,16 @@ Linux kernel subsystem that monitors file system events. It can be used to detec
3044
Root(/) --> var[var: File that is expected to continuously change]
3145
end
3246
```
47+
</details>
48+
49+
##
50+
51+
### Contributing
52+
53+
[Contributions of any kind welcome, just follow the guidelines](contributing.md)!
54+
55+
### Contributors
56+
57+
[Thanks goes to these contributors](https://github.com/cybersecurity-dev/Linux-FileOwl/graphs/contributors)!
58+
59+
[🔼 Back to top](#linux-fileowl)

0 commit comments

Comments
 (0)