Midterm Practice Questions Review

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards based on the midterm practice questions from a computer science course.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

mkdir

Command used to create a new directory.

2
New cards

ls -la

Command to list all files in a directory, including hidden ones, and display detailed information.

3
New cards

grep

Command used to search for specific patterns in files.

4
New cards

chmod

Command used to change file permissions.

5
New cards

tar

Command used to create or extract archives.

6
New cards

find

Command used to search for files in a directory hierarchy.

7
New cards

BASH

A Unix shell and command language.

8
New cards

pipe (|)

Operator used to pass the output of one command as input to another.

9
New cards

background job

A job running in the background, allowing the user to continue using the command line.

10
New cards

foreground job

A job that the user can interact with directly in the terminal.

11
New cards

alias

A shortcut for a command.

12
New cards

script

A file containing a series of commands to be executed by the shell.

13
New cards

$PWD

Environment variable that represents the current working directory.

14
New cards

environment variable

A variable outside of a program that influences the behavior of the program.

15
New cards

execute permissions

Permissions required to run a program or script.

16
New cards

multiline text file

A text file that contains multiple lines of text.

17
New cards

Bash function

A block of reusable code in a Bash script.