Section 2: Basic Linux Tasks Flashcards

(26 cards)

1
Q

Open-source operating system that allows anyone to freely
download, modify, and redistribute it
● Ubuntu
● Debian
● Fedora Linux

A

Linux

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

Computer software in which the source code is readily available for
public use or modified from the original design

A

Open-Source

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

Licensed software that has restrictions on what end users can do
● General Public License
● Apache License
● MIT License
● Creative Commons Zero

A

Proprietary

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

Text-based interface between the user and the operating system that
accepts input in the form of typed commands

A

Command Line Interface (CLI)

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

What contains the core portion of the operating system?

A

Shell

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

Proper way of structuring a command and any supporting information
● Command
● Options
● Argument

A

Syntax

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

Are commands entered into Bash are case sensitive?

A

Yes

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

Repeats input back to the user on the screen

A

Echo Command

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

Lists the content of a directory that can give options to view
permissions and hidden files

A

LS Command

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

Shows the current working directory

A

PWD Command

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

Changes current working directory

A

CD Command

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

Copy file or directory to another location

A

CP Command

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

Create new directory

A

MKDIR Command

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

Used to clear the command line interface of all text

A

Clear Command

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

Used to view the contents of a file without editing option

A

Cat Command

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

Used to view the contents of a file that won’t fit on one screen

17
Q

Default text editor in Linux

18
Q

Simple and user-friendly text editor that needs to be installed
before using it

19
Q

GUI text editor that requires installation of a desktop
environment like Gnome or KDE

20
Q

Allows to switch user credentials

A

Su (Substitute User) Command

21
Q

Contains the complete documentation for Linux commands and the most immediate source of help available

22
Q

Used to search the name section of all man pages

23
Q

Used to display a brief description of the given commands

24
Q

Used to display the information page of a command
(Man pages contain all the information in a single page)

25
Threaded discussions in the form of email messages among members of a specific community
Mailing Lists
26
A social knowledge sharing platform that typically uses threaded posts
Internet Forum