From 406fca47f29d6fc98651a537b1c362f5c8d03716 Mon Sep 17 00:00:00 2001 From: "Lisias (Lee) Loback" Date: Wed, 2 Oct 2024 18:55:56 +0100 Subject: [PATCH] Update Lab1-Part2-User-Linux-management.md Remove an extra line Simple typo, where there is an extra line of text --- Class-1/Lab1-Part2-User-Linux-management.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Class-1/Lab1-Part2-User-Linux-management.md b/Class-1/Lab1-Part2-User-Linux-management.md index 8ab0bf4..66128ea 100644 --- a/Class-1/Lab1-Part2-User-Linux-management.md +++ b/Class-1/Lab1-Part2-User-Linux-management.md @@ -8,8 +8,6 @@ Lab 1 part 2 focuses on how to: **Lab 1.2** Learn how to use Linux commands to manage users of your VM. -**Lab 1.4** Develop a simple cloud service :cloud: using Python. - #### Lab 1.2: **User management in Unix (Ubuntu 18.04)** This tutorial describes the steps to manage users with different security privileges. We will mainly use the `sudo` keyword, representing the system's superuser. We already used the `sudo` in lab 1.2 to run commands (for example, installing software). @@ -168,4 +166,4 @@ Make sure that **you always have access to a superuser account before downgradin > > This means that your Linux system is now **`sudo locked`** making your system unusable (you cannot install delete etc. but you can list and manipulate only your files). -:checkered_flag: Well done! You completed parts 1 and 2, now do both one more time :muscle: \ No newline at end of file +:checkered_flag: Well done! You completed parts 1 and 2, now do both one more time :muscle: