From a13ec67dbcad182f5b8a35c1e241687ba1562400 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Mon, 13 Mar 2023 10:09:51 +1300 Subject: [PATCH] vault backup: 2023-03-13 10:09:51 --- content/notes/05-filesystems.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/content/notes/05-filesystems.md b/content/notes/05-filesystems.md index e35af2fe1..2f1938a33 100644 --- a/content/notes/05-filesystems.md +++ b/content/notes/05-filesystems.md @@ -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