mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
vault backup: 2023-03-13 09:23:49
This commit is contained in:
parent
68328cdb76
commit
25c6edd7d4
30
content/notes/05-filesystems.md
Normal file
30
content/notes/05-filesystems.md
Normal 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
|
||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user