Linux Basics
“Unlock the power of Linux with this beginner-friendly course! You’ll learn how to install Ubuntu on your system, master essential Linux commands, and gain the skills to remotely access and manage other systems. Whether you’re new to Linux or looking to sharpen your skills, this course will provide you with a strong foundation in Linux administration.”

What you will learn ?
- How to install Linux
- How & where & why use Linux
- Install apt
- Commands
- uname -a
- pwd
- ls -la
- mkdir
- rm
- cp
- cat
- touch
- kill <process id>
- sudo systemctl start <service>
- sudo systemctl stop <service>
- sudo systemctl status <service>
- sudo systemctl reload <service>
- Use vim editors
- Remote login