vault backup: 2023-03-13 09:23:49

This commit is contained in:
Jet Hughes 2023-03-13 09:23:49 +13:00
parent 68328cdb76
commit 25c6edd7d4
4 changed files with 38 additions and 4 deletions

View File

@ -0,0 +1,30 @@
---
title: "05-filesystems"
tags:
- lecture
- cosc301
-
---
access control models
backups
devices for filesystems
UNIX file system
- tree
- descriptions
- implementation
struture of directory
soft vs hard links
advanced file attrs
special files
journaling
creating FS demo

View File

@ -13,7 +13,8 @@ https://www.cs.otago.ac.nz/cosc301/schedule.php
# Labs # Labs
- [[01-VM-intro]] - [[01-VM-intro]]
- [[02-Baisc-Interface-Management]] - [[02-basic-interface-management]]
- [[03-ipv6-bootcamp]]
# Notes # Notes
- readings - readings
@ -27,8 +28,9 @@ https://www.cs.otago.ac.nz/cosc301/schedule.php
- [[01-intro]] - [[01-intro]]
- [[02-network and hardware protocols]] - [[02-network and hardware protocols]]
- [[03-ipv6-bootcamp]] - [[03-ipv6-bootcamp]]
- [[04-scripting]] - [[04-scripting-techniques]]
- [[05-filesystems]]
- [[06-network-system-administration]]
-
# Info # Info

View File

@ -5,6 +5,8 @@ tags:
- cosc-342 - cosc-342
--- ---
`::`
from chat gpt: from chat gpt:
The dot `.` operator is used to access the members of an object instance, which includes both non-static and static members. When you use the dot `.` operator, the left-hand side of the operator must be an instance of a class. The dot `.` operator is used to access the members of an object instance, which includes both non-static and static members. When you use the dot `.` operator, the left-hand side of the operator must be an instance of a class.