diff --git a/fundamentals/archives.md b/basics/archives.md similarity index 100% rename from fundamentals/archives.md rename to basics/archives.md diff --git a/fundamentals/at.md b/basics/at.md similarity index 100% rename from fundamentals/at.md rename to basics/at.md diff --git a/fundamentals/bash.md b/basics/bash.md similarity index 100% rename from fundamentals/bash.md rename to basics/bash.md diff --git a/fundamentals/basics.md b/basics/basics.md similarity index 91% rename from fundamentals/basics.md rename to basics/basics.md index 47a27cd..25879b3 100644 --- a/fundamentals/basics.md +++ b/basics/basics.md @@ -94,7 +94,7 @@ And check the results: # Autocompletion -Press tab after a few keys and bash will guess what you're trying to type. +Press tab after typing a few keys and bash will guess what you're trying to type. # Permissions @@ -197,13 +197,15 @@ And then remove all the rest: > rmdir * -The 'A' directory will not budge as it's not empty. Remove it recursively, so the computer will remove the things inside the directory as well as the directory itself: +The 'A' directory will not budge because it's not empty. Remove it recursively, so the computer will remove the things inside the directory as well as the directory itself: > rm -r A # Installation -You get a package mangaer which installs programs, fonts, et c. If you're on something like Debian, you'll have `apt`, or if you're on something like Red Hat, you'll have `yum`. If unsure, ask where a program is: +You get a package manager which installs programs, fonts, et c. +If you're on something like Debian, you'll have `apt`, or if you're on something like Red Hat, you'll have `yum`. +If unsure, ask where a program is: > whereis yum @@ -215,7 +217,8 @@ Set a reminder of your package manager: > echo my package manager is yum | lolcat -That failed because you don't have `lolcat` installed. Install lolcat: +If that failed it's because you don't have `lolcat` installed. +Install lolcat: > sudo apt install lolcat diff --git a/fundamentals/boot.md b/basics/boot.md similarity index 100% rename from fundamentals/boot.md rename to basics/boot.md diff --git a/fundamentals/clock.md b/basics/clock.md similarity index 100% rename from fundamentals/clock.md rename to basics/clock.md diff --git a/fundamentals/conditionals.md b/basics/conditionals.md similarity index 100% rename from fundamentals/conditionals.md rename to basics/conditionals.md diff --git a/fundamentals/cron.md b/basics/cron.md similarity index 100% rename from fundamentals/cron.md rename to basics/cron.md diff --git a/fundamentals/kernel.md b/basics/kernel.md similarity index 100% rename from fundamentals/kernel.md rename to basics/kernel.md diff --git a/fundamentals/keyboard.md b/basics/keyboard.md similarity index 100% rename from fundamentals/keyboard.md rename to basics/keyboard.md diff --git a/fundamentals/kill.md b/basics/kill.md similarity index 100% rename from fundamentals/kill.md rename to basics/kill.md diff --git a/fundamentals/links.md b/basics/links.md similarity index 100% rename from fundamentals/links.md rename to basics/links.md diff --git a/fundamentals/locale.md b/basics/locale.md similarity index 100% rename from fundamentals/locale.md rename to basics/locale.md diff --git a/fundamentals/locating.md b/basics/locating.md similarity index 100% rename from fundamentals/locating.md rename to basics/locating.md diff --git a/fundamentals/logs.md b/basics/logs.md similarity index 100% rename from fundamentals/logs.md rename to basics/logs.md diff --git a/fundamentals/packages.md b/basics/packages.md similarity index 100% rename from fundamentals/packages.md rename to basics/packages.md diff --git a/fundamentals/processes.md b/basics/processes.md similarity index 100% rename from fundamentals/processes.md rename to basics/processes.md diff --git a/fundamentals/shell.md b/basics/shell.md similarity index 100% rename from fundamentals/shell.md rename to basics/shell.md diff --git a/fundamentals/swap.md b/basics/swap.md similarity index 100% rename from fundamentals/swap.md rename to basics/swap.md diff --git a/fundamentals/time.md b/basics/time.md similarity index 100% rename from fundamentals/time.md rename to basics/time.md diff --git a/fundamentals/users.md b/basics/users.md similarity index 100% rename from fundamentals/users.md rename to basics/users.md diff --git a/fundamentals/wifi.md b/basics/wifi.md similarity index 100% rename from fundamentals/wifi.md rename to basics/wifi.md