From ee080ef0662182652cf1c08a695352e54410ba6e Mon Sep 17 00:00:00 2001 From: hemanth4244 Date: Tue, 18 Nov 2025 18:11:01 +0530 Subject: [PATCH 1/8] Update 01-fundamentals.md --- 01-getting-started/01-fundamentals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-getting-started/01-fundamentals.md b/01-getting-started/01-fundamentals.md index c0fd62e..96c3dfa 100644 --- a/01-getting-started/01-fundamentals.md +++ b/01-getting-started/01-fundamentals.md @@ -1,4 +1,4 @@ -# Linux over Windows +# Linux over Windows -- this is modifed by me ### Cost-Effectiveness - **Free and Open Source**: Linux does not require expensive licensing fees, making it a cost-effective choice for companies. From ce248de105e86c320f09f105aab642b64d39b1ea Mon Sep 17 00:00:00 2001 From: hemanth4244 Date: Tue, 18 Nov 2025 18:26:51 +0530 Subject: [PATCH 2/8] Update 01-fundamentals.md --- 01-getting-started/01-fundamentals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-getting-started/01-fundamentals.md b/01-getting-started/01-fundamentals.md index 96c3dfa..c0fd62e 100644 --- a/01-getting-started/01-fundamentals.md +++ b/01-getting-started/01-fundamentals.md @@ -1,4 +1,4 @@ -# Linux over Windows -- this is modifed by me +# Linux over Windows ### Cost-Effectiveness - **Free and Open Source**: Linux does not require expensive licensing fees, making it a cost-effective choice for companies. From e422feab5862bdb3ed47804d54da542a65909190 Mon Sep 17 00:00:00 2001 From: hemanth4244 Date: Tue, 18 Nov 2025 18:35:57 +0530 Subject: [PATCH 3/8] Update README.md --- 05-vi-shortcuts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-vi-shortcuts/README.md b/05-vi-shortcuts/README.md index ef15de2..dd705fe 100644 --- a/05-vi-shortcuts/README.md +++ b/05-vi-shortcuts/README.md @@ -1,4 +1,4 @@ -# VI Editor Shortcuts +# VI Editor Shortcuts -- very informative ### Modes in VI Editor - **Normal Mode** (default) – Used for navigation and command execution. From 2c3cb5ffb3e9faadd9d0ace0dd56ebce01debea4 Mon Sep 17 00:00:00 2001 From: hemanth4244 Date: Wed, 19 Nov 2025 10:16:53 +0530 Subject: [PATCH 4/8] Update README.md --- 02-folder-structure/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/02-folder-structure/README.md b/02-folder-structure/README.md index b70d958..9571224 100644 --- a/02-folder-structure/README.md +++ b/02-folder-structure/README.md @@ -1,5 +1,6 @@ # Understanding the Folder Structure + ### Explanation of System Directories ### **Symbolic Links (Less Significant)** @@ -39,4 +40,4 @@ |-----------|-------------| | `/mnt` | Temporary mount point for external filesystems. | | `/media` | Mount point for removable media (USB, CDs). | -| `/data` | Likely your **mounted volume** from Windows (`C:/ubuntu-data`). | \ No newline at end of file +| `/data` | Likely your **mounted volume** from Windows (`C:/ubuntu-data`). | From 491ccaf594756eea471793d36a0453329f2c5976 Mon Sep 17 00:00:00 2001 From: hemanth4244 Date: Wed, 19 Nov 2025 10:19:55 +0530 Subject: [PATCH 5/8] Update README.md --- 03-user-management/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-user-management/README.md b/03-user-management/README.md index 0da18aa..a25da81 100644 --- a/03-user-management/README.md +++ b/03-user-management/README.md @@ -1,4 +1,4 @@ -# User Management in Linux +# User Management in Linux -- ## Introduction to User Management in Linux Linux is a multi-user operating system, meaning multiple users can operate on a system simultaneously. Proper user management ensures security, controlled access, and system integrity. From bbffc3cc6f123156ac9adbe405bdfc9dd79a9edb Mon Sep 17 00:00:00 2001 From: hemanth4244 Date: Wed, 19 Nov 2025 10:20:34 +0530 Subject: [PATCH 6/8] Update README.md --- 03-user-management/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-user-management/README.md b/03-user-management/README.md index a25da81..1a861e0 100644 --- a/03-user-management/README.md +++ b/03-user-management/README.md @@ -1,4 +1,4 @@ -# User Management in Linux -- +# User Management in Linux ---- ## Introduction to User Management in Linux Linux is a multi-user operating system, meaning multiple users can operate on a system simultaneously. Proper user management ensures security, controlled access, and system integrity. From 6d1166d5546dfed69af3fe09659532a06e1695a0 Mon Sep 17 00:00:00 2001 From: hemanth4244 Date: Wed, 19 Nov 2025 10:38:06 +0530 Subject: [PATCH 7/8] Update README.md --- 05-vi-shortcuts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-vi-shortcuts/README.md b/05-vi-shortcuts/README.md index dd705fe..a978ef6 100644 --- a/05-vi-shortcuts/README.md +++ b/05-vi-shortcuts/README.md @@ -1,4 +1,4 @@ -# VI Editor Shortcuts -- very informative +# VI Editor Shortcuts ### Modes in VI Editor - **Normal Mode** (default) – Used for navigation and command execution. From 44c4db47f8653604c5c37bf833af6ac8a84d6e1e Mon Sep 17 00:00:00 2001 From: hemanth4244 Date: Wed, 19 Nov 2025 10:47:04 +0530 Subject: [PATCH 8/8] Update README.md --- 04-file-management/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-file-management/README.md b/04-file-management/README.md index 744e855..4978943 100644 --- a/04-file-management/README.md +++ b/04-file-management/README.md @@ -1,4 +1,4 @@ -# File management in Linux +### File management in Linux ### File and Directory Management 1. **`ls`** – Lists files and directories in the current location.