lesson1 Flashcards

1
Q

What is an operating system ?

A

Software that acts as a middleman between a computer hardware and the computer user.

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

what is Linux?

A

It is a free and opensource OS.

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

what are some advantages of using Linux?

A
  • free and easy to learn
  • widely used in servers
  • faster processing
  • enhanced security
  • community support
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what are some Linux flavors?

A
  • ubuntu
  • Debian
  • RHEL
  • centos
  • Fedora
  • open suse
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is the super-user account in Linux called ?

A

root

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
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
7
Q

what is the core of a Linux system called ?

A

The kernel

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

what is a file system in Linux ?

A

A file system in Linux is a method for organizing and managing files on a storage device, like a hard drive or SSD. It determines how data is stored, accessed, and managed.

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

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

A
  • /boot : contains files used by the boot loader
  • /root : This is the root user’s home directory
  • /dev : system devices that are attached to the Linux system e.g. speakers, flash drive, disk etc.
  • /etc. : contains configuration files
  • /bin : contains user commands
  • /sbin : contains system commands
  • /opt : used for “optional” or third-party software. It stands for “optional” and is designed to hold additional software packages that are not part of the default or standard Linux distribution.
  • /proc : contains all files for running processes
  • /lib : library files needed by commands and applications.
  • /tmp : used for temporary files or files that will be deleted later
  • /home : directory of the home user
  • /var : contains system logs
  • /mnt : used to mount external file systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what does it mean when we say a software is opensource ?

A

Anyone can inspect, modify or enhance the source code.

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