lesson 2 Flashcards

1
Q

what are the components of the Linux architecture?

A
  • The Hardware layer
  • The Kernel
  • The Shell
  • System libraries, System utilities and Application
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the components of a hardware?

A

RAM, CPU, Hard drive etc…

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is The Kernel?

A

the core of the Linux based operating system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is the shell?

A

it is a program that provides an environment where users can run commands, scripts,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why should we use Linux systems?

A
  • open-source operating system
  • secure
  • updates in Linux are easy and frequent
  • large community support
  • It provides high stability
  • It is network friendly
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what are the disadvantages of Linux?

A

it is not very user-friendly. So, it may be confusing for beginners

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Lab:
- create a directories: work, hard and success
- create a file: line linux cup class
- edit the file class and add the conten “ i will make 6 figures income soon”
- display the content of the file
- delete the file line
- displays all the commands you have typed

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a file system?

A

It is a method for organizing and managing files on storage device, like a hard drive or SSD. its determine how data is stored, access, and managed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Linux is case sensitive T or F

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what are some of a directories in a Linux file system and their usage?

A

/root: is the home directory of the root user
/bin: contains user commands
/boot: contains the files needed to boot up the system
/dev: a number of special files that represent devices (Hardware devices)
/var: contains administrative files such as system logs
/tmp: for temporary files
/etc: contains configuration files
/home: contains a home folder for each user account
/lib: contains libraries.
/mnt: contains mount points for external storage devices.
/opt: contains subdirectories for optional software packages
/usr: It is for sharable read only data
/proc contains a virtual file system
/lost+found

How well did you know this?
1
Not at all
2
3
4
5
Perfectly