add linux notes

This commit is contained in:
Marcello 2024-12-20 00:24:16 +01:00
parent 273e361b7f
commit 48a415e7e4
Signed by: m-lamonaca
SSH key fingerprint: SHA256:8db8uii6Gweq7TbKixFBioW2T8CbgtyFETyYL3cr3zk
6 changed files with 353 additions and 0 deletions

View file

@ -189,3 +189,11 @@ nav:
- RegEx: misc/regular-expressions.md
- SSH: misc/ssh.md
- WebComponents: misc/web-components.md
- Linux:
- Filesystem:
- File Links: linux/filesystem/file-links.md
- /proc: linux/filesystem/procfs.md
- /sys: linux/filesystem/sysfs.md
- System Init:
- Systemd: linux/init/systemd.md
- OpenRC: linux/init/open-rc.md