vault backup: 2023-03-01 13:51:36

This commit is contained in:
Jet Hughes 2023-03-01 13:51:37 +09:00
parent 9fb996806d
commit 42840d8fa1
2 changed files with 22 additions and 0 deletions

View 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

View File

@ -12,6 +12,7 @@ https://www.cs.otago.ac.nz/cosc301/schedule.php
# Assignments
# Labs
- [[01-VM-intro]]
# Notes
- readings