8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
Linux
Linux menu
Linux Tutorial
The command line, file system, permissions and processes every backend engineer needs.
Start the Linux tutorial →
What you'll learn
1. Linux Introduction
What Linux is, why backend engineers rely on it, and the major distribution families.
2. File System and Permissions
The Linux filesystem hierarchy, reading and changing permissions, and symbolic vs hard links.
3. Essential Commands
Navigation, file operations, text processing, piping, redirection, and process management.
4. Shell Scripting Basics
Writing a real Bash script with variables, conditionals, loops, and command substitution.
5. Networking Basics
Inspecting interfaces and routes with ip, checking listening ports with ss, and basic firewalling with ufw/iptables.
6. systemd and Services
Writing a unit file, controlling it with systemctl, and reading logs with journalctl.
7. Performance Monitoring Tools
Finding what is using CPU, memory, and disk with top/htop, df/du, and iostat.
8. Security Hardening
SSH key authentication, disabling root login and passwords, and basic brute-force protection with fail2ban.
9. Linux Interview Questions
Common Linux interview questions covering permissions, processes, and the command line.