Day 16 - Grammar & Spelling

This commit is contained in:
Michael Cade 2022-05-30 11:40:40 +01:00
parent 20e167bcb3
commit 3c04bcb08a

View File

@ -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)