From 389283ef519fbccf8d43ad5f16962e2e5ab13a79 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Mon, 13 Mar 2023 10:39:52 +1300 Subject: [PATCH] vault backup: 2023-03-13 10:39:52 --- content/notes/05-filesystems.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/notes/05-filesystems.md b/content/notes/05-filesystems.md index 84fd2349c..2b0accdd9 100644 --- a/content/notes/05-filesystems.md +++ b/content/notes/05-filesystems.md @@ -28,8 +28,9 @@ UNIX file system - tree ![](https://i.imgur.com/9iDILn6.png) - descriptions - implementation - + - inode ⇒ data structure documenting data about a file structure of directory +- current working DIR is always in memory soft vs hard links - hard link must always point to data - to delete a file with hard links you must also delete all the hard links