Module 2 - 04-1 Flashcards
All about Linux
Define Linux
An open-source operating system
Explain Linux
Linux is open source, meaning anyone can have access to the operating system and the source code.
Linux and many of the programs that come with Linux are licensed under the terms of the GNU Public License, which allow you to use, share, and modify them freely.
Linux is used at different organizations.
More specifically, Linux is used in many security programs.
There are over 600 distributions of Linux.
You might find yourself working with specific distributions designed for a particular task.
Distributions are created to fit the needs of their users.
You might examine different types of logs to identify what’s going on in the system.
Another place where you will use Linux is to verify access and authorization in an identity and access management system.
In security, managing access is key in order to ensure a secure system.
How do security analysts use Linux? Select three answers.
- To examine different types of logs to identify what is going on in a system
- To develop new versions of the Linux kernel to increase security in a system
- To verify access and authorization in an identity and access management system
- To use digital forensic tools to investigate what happened following an event
- To examine different types of logs to identify what is going on in a system
- To verify access and authorization in an identity and access management system
- To use digital forensic tools to investigate what happened following an event
Security analysts use Linux to verify access and authorization in an identity and access management system. They also use Linux to examine logs and to investigate what happened following an event.
What are the components of Linux (6)?
- User
- Applications
- Shell
- Filesystem Hierarchy Standard (FHS)
- Kernel
- Hardware
What is the first (1st) component of Linux?
User
Define and explain User
The person interacting with the computer.
In Linux, you’re the first element to the architecture of the operating system.
You’re initiating the tasks or commands that the OS is going to execute.
They initiate and manage computer tasks.
Linux is a multi-user system.
This means that more than one user can use the system’s resources at the same time.
What is the second (2nd) component of Linux?
Applications
Define and explain Application
A program that performs a specific task.
You might hear the word “applications” and “programs” used interchangeably.
Linux applications are commonly distributed through package managers.
In Linux, you’ll often use a package manager to install applications.
Nano is one popular Linux application.
Nano is a text editor.
This simple application helps you keep notes on the screen.
Define Package manager
A tool that helps users install, manage, and remove packages or applications
Define Package
A piece of software that can be combined with other packages to form an application
What is the third (3rd) component of Linux?
Shell
Define and explain Shell
A command line interpreter.
This is an important element because it is how you will communicate with the system.
It processes commands and outputs the results.
You can think of the shell as a CLI.
Everything entered into the shell is text based.
The shell allows users to give commands to the kernel and receive responses from it.
The shell translates the commands you enter so that the computer can perform the tasks you want.
What is the fourth (4th) component of Linux?
Filesystem Hierarchy Standard (FHS)
What does FHS stand for?
Filesystem Hierarchy Standard (FHS)
Define and explain Filesystem Hierarchy Standard
The component of the Linux OS that organizes data.
The FHS is how data is stored in a system.
It’s a way to organize data so that it can be found when the data is accessed by the system.
It specifies the location where data is stored in the operating system.
A directory is a file that organizes where other files are stored.
Directories are sometimes called “folders,” and they can contain files or other directories.
The FHS defines how directories, directory contents, and other storage is organized so the operating system knows where to find specific data.