vault backup: 2023-03-13 10:09:51

This commit is contained in:
Jet Hughes 2023-03-13 10:09:51 +13:00
parent 3b2c50af1b
commit a13ec67dbc

View File

@ -7,11 +7,15 @@ tags:
---
access control models
- DAC - subject centered
- MAC - object centered
- RBAC
- ACL
backups
devices for filesystems
- device naming conventions under dev explanation
- device naming conventions under /dev explanation
-
UNIX file system
@ -19,10 +23,10 @@ UNIX file system
- descriptions
- implementation
struture of directory
structure of directory
soft vs hard links
- hard link must always poin to data - to delete a file with hard links you must also delete all the hard links
- hard link must always point to data - to delete a file with hard links you must also delete all the hard links
- soft links can point to a non-existing file
advanced file attrs