mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
vault backup: 2023-03-13 10:09:51
This commit is contained in:
parent
3b2c50af1b
commit
a13ec67dbc
@ -7,11 +7,15 @@ tags:
|
|||||||
---
|
---
|
||||||
|
|
||||||
access control models
|
access control models
|
||||||
|
- DAC - subject centered
|
||||||
|
- MAC - object centered
|
||||||
|
- RBAC
|
||||||
|
- ACL
|
||||||
|
|
||||||
backups
|
backups
|
||||||
|
|
||||||
devices for filesystems
|
devices for filesystems
|
||||||
- device naming conventions under dev explanation
|
- device naming conventions under /dev explanation
|
||||||
-
|
-
|
||||||
|
|
||||||
UNIX file system
|
UNIX file system
|
||||||
@ -19,10 +23,10 @@ UNIX file system
|
|||||||
- descriptions
|
- descriptions
|
||||||
- implementation
|
- implementation
|
||||||
|
|
||||||
struture of directory
|
structure of directory
|
||||||
|
|
||||||
soft vs hard links
|
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
|
- soft links can point to a non-existing file
|
||||||
|
|
||||||
advanced file attrs
|
advanced file attrs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user