mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-03-09 20:30:34 +07:00
Day 16 - Grammar & Spelling
This commit is contained in:
parent
20e167bcb3
commit
3c04bcb08a
@ -81,7 +81,7 @@ On Windows, you have C: drive and that is what we consider the root. On Linux we
|
||||
|
||||

|
||||
|
||||
- `/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.
|
||||
|
||||

|
||||
|
||||
@ -89,7 +89,7 @@ On Windows, you have C: drive and that is what we consider the root. On Linux we
|
||||
|
||||

|
||||
|
||||
- `/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.
|
||||
|
||||

|
||||
|
||||
@ -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)
|
Loading…
Reference in New Issue
Block a user