0% found this document useful (0 votes)
24 views15 pages

Linux

The document provides an overview of Linux as an open-source operating system, highlighting its lightweight nature, privacy features, and flexibility. It discusses various Linux distributions, including general-purpose, cybersecurity-focused, and customizable options, as well as the differences between graphical user interfaces (GUI) and command-line interfaces (CLI). Additionally, it covers basic file management commands and user account management in Linux.

Uploaded by

Who Knows
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views15 pages

Linux

The document provides an overview of Linux as an open-source operating system, highlighting its lightweight nature, privacy features, and flexibility. It discusses various Linux distributions, including general-purpose, cybersecurity-focused, and customizable options, as well as the differences between graphical user interfaces (GUI) and command-line interfaces (CLI). Additionally, it covers basic file management commands and user account management in Linux.

Uploaded by

Who Knows
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 15

Linu

O p e r a t i n g s y s t e m

AHMED AL MAROHBI 24-XXXX


x ABDULLATIF AL MAZROOEI 24-
XXXX
Linux Distros

What is
An Open-Source operating system

Linux?
Lightweight Privacy & Flexibility

Why
Safety

Linux can run It’s designed to be You can customize


smoothly on older secure, with fewer almost everything

Linux?
or weaker viruses and no to fit your needs,
computers, using hidden tracking like from appearance to
less power and some other features.
memory than other systems.
systems.
Linux
Distros
A general-purpose Linux distro known for its
stability. It’s great for daily use and can also
be used for Robotics and Servers due to its
security and reliability.

A cybersecurity-focused distro packed with


hacking and penetration testing tools. It’s
designed for ethical hackers and security
professionals.

A highly customizable system that you build


from scratch. It gives users full control over
their setup but requires more technical
knowledge.
Graphical user
interface
• Windows & Mac primarily
uses GUI

• In GUI, you click icons to


communicate with computers

• GUIs are more friendly and


allow better multi-tasking
INTRODUCTION TO
LINUX CLI
Command-Line Interface
• CLI is primarily used in Linux

• Communication with computers is done


through text commands
• Linux Supports Both CLI and GUI
File-System

In Linux In
Windows

Root (/): Windows


The top of the filesystem where all files and (C:)
directories start.
Terminal

Why Terminal?
• Simple and Direct
• Efficient for Repeated Tasks
• Lightweight and fast
File Navigation

1. “ls” : Lists all files


and directories

2. “cd” : Changes the


current directory

3. “pwd” : Displays
the current directory
File
Management
1. “touch” : Creates
an empty File

2. “mkdir” : Creates
a new directory

3. “rm -r” : Remove


files or directories
File
Management
4. “cp” : copy files or
directories

5. “mv” : Can me be
used to either:
Rename
Or
Move
Files or directories
View & Editing
Files
1. “cat” : Displays
File content

2. “echo” : Displays a string of text


or append text to a file
(using “>” then file name)
User Account & Sudo

- “whoami” : Displays
the current user

“sudo”
M a d e b y A h m e d

Capture The
Flag!
Your goal is to navigate through
files via Bash language and find
the flag!

Scan QR Code to start


THANK
#Linux_for_a_better_life

YOU!

You might also like