Module 1: Introduction to OS Flashcards

1
Q

Absolute path

A

It is one that starts from the main directory

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

Alias

A

A nickname for common commands

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

Appending flags

A

A way to add the data of the file without erasing existing data

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

Bash

A

The language used to interact with the shell

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

CLI

A

Command line interpreter

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

Command line

A

A text interface program for a computer that inputs text commands and translates them to the operating system

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

Escape characters

A

A concept that means that the next character after the back tick should be treated literally the same.

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

.exe

A

A file extension found in Windows for an executable file

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

Groups

A

A collection of users

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

GUI

A

A graphical user interface

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

Hidden files

A

A set of files that are not visible either to avoid alteration or simply because you don’t want someone to see them

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

Hot key

A

A keyboard shortcut that does a particular task

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

I/O Streams

A

An input stream handles data flowing into and out of a program

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

Parameter

A

A value that is associated with a command

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

Parent directory & child directories

A

A parent directory is a directory that houses all subsequent child directories

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

Paths

A

A main directory that branches off and holds other directories and files

17
Q

Prompt

A

A prompt shows you which directory you’re currently in

18
Q

Regular expression

A

A pattern matching language that describes words, phrases, or more complicated patterns; regular expressions are used to help you do advanced pattern based selection

19
Q

Relative path

A

It is a path from your current directory

20
Q

Root directory

A

A parent directory for all other directories in a file system

21
Q

Shell

A

A shell is a command line interpreter for Linux

22
Q

Standard error (stderr)

A

A data stream that redirect the output of error messages in a different output stream. It works both in Linux and Windows

23
Q

Standard In (stdin)

A

A data stream in which the input that you provide through the keyboard goes to the standard in stream of the process that you’re interacting with. It works both in Linux and Windows

24
Q

Standard out (stdout)

A

A data stream that when a process creates output, it adds data to the standard out stream, which flows out of the process. It works both in Linux and Windows

25
Q

Stdin, stdout, stderr

A

Three data streams created when you launch a Linux command

26
Q

Subdirectories

A

A directory below or at a deeper level in the directory hierarchy

27
Q

Tab completion

A

A way to auto-complete a command or file names and directories

28
Q

Wildcard

A

A character that is used to help select files based on a certain pattern

29
Q

Windows Search service

A

A service that indexes files on your computer by looking through them on a schedule