Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 02-folder-structure/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Understanding the Folder Structure


### Explanation of System Directories

### **Symbolic Links (Less Significant)**
Expand Down Expand Up @@ -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`). |
| `/data` | Likely your **mounted volume** from Windows (`C:/ubuntu-data`). |
2 changes: 1 addition & 1 deletion 03-user-management/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 04-file-management/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 05-vi-shortcuts/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# VI Editor Shortcuts
# VI Editor Shortcuts

### Modes in VI Editor
- **Normal Mode** (default) – Used for navigation and command execution.
Expand Down