mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
vault backup: 2023-03-01 13:51:36
This commit is contained in:
parent
9fb996806d
commit
42840d8fa1
21
content/notes/01-VM-intro.md
Normal file
21
content/notes/01-VM-intro.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
title: "01-VM-intro"
|
||||
tags:
|
||||
- lab
|
||||
- cosc342
|
||||
---
|
||||
|
||||
self assessment
|
||||
- pros cons of using sudo as set up on ubuntu
|
||||
- most things can be done safely using non-root accounts
|
||||
- protects you from accidental damage
|
||||
- more secure
|
||||
- very small con of having to enter password to do root commands
|
||||
|
||||
- How to ask questions the smart way
|
||||
-
|
||||
|
||||
# Questions
|
||||
> Actually, neither command requires that you end up as root. Indeed, su is short for substitute user, so you could change to any other user. This is perhaps useful if you need to change from root to a normal user, or from a normal user to a special account, such as a database administrator
|
||||
|
||||
^ what does it mean here to "end up as root" and change user
|
||||
@ -12,6 +12,7 @@ https://www.cs.otago.ac.nz/cosc301/schedule.php
|
||||
# Assignments
|
||||
|
||||
# Labs
|
||||
- [[01-VM-intro]]
|
||||
|
||||
# Notes
|
||||
- readings
|
||||
|
||||
Loading…
Reference in New Issue
Block a user