From 3c04bcb08aadaf706c985e64edae0bfd1d541245 Mon Sep 17 00:00:00 2001 From: Michael Cade Date: Mon, 30 May 2022 11:40:40 +0100 Subject: [PATCH] Day 16 - Grammar & Spelling --- Days/day16.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Days/day16.md b/Days/day16.md index 2e2f151..91dfefd 100644 --- a/Days/day16.md +++ b/Days/day16.md @@ -81,7 +81,7 @@ On Windows, you have C: drive and that is what we consider the root. On Linux we ![](Images/Day16_Linux11.png) -- `/etc` Likely the most important folder on your Linux system, this is where the majority of your configuration files. +- `/etc` Likely the most important folder on your Linux system, this is where the majority of your configuration files are. ![](Images/Day16_Linux12.png) @@ -89,7 +89,7 @@ On Windows, you have C: drive and that is what we consider the root. On Linux we ![](Images/Day16_Linux13.png) -- `/lib` - We mentioned that `/bin` is where our binaries and executables live, `/lib` is where you will find the shared libraries for those. +- `/lib` - We mentioned that `/bin` is where our binaries and executables live, and `/lib` is where you will find the shared libraries for those. ![](Images/Day16_Linux14.png) @@ -162,4 +162,4 @@ We will cover how you would edit a file using a text editor in a future session. - [Learn the Linux Fundamentals - Part 1](https://www.youtube.com/watch?v=kPylihJRG70) - [Linux for hackers (don't worry you don't need to be a hacker!)](https://www.youtube.com/watch?v=VbEx7B_PTOE) -See you on [Day17](day17.md) +See you on [Day17](day17.md) \ No newline at end of file