CSC1030 Systems and Data Management Flashcards

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

1/28

flashcard set

Earn XP

Description and Tags

Flashcards for CSC1030 Systems and Data Management Fundamentals Module 1 (Systems).

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

neofetch

A tool to see information about a Linux distribution.

2
New cards

CLI

Command Line Interface; allows interaction with a computer using commands.

3
New cards

Shell

A program that allows you to type commands for the shell to run.

4
New cards

man command

A tool in Linux providing detailed documentation for shell commands.

5
New cards

pwd

Displays the current working directory.

6
New cards

cd

Changes the current directory.

7
New cards

ls

Lists files in a directory.

8
New cards

apt

Package manager used in Debian-based Linux distributions.

9
New cards

sudo apt update

Updates the package lists for upgrades and new package installations.

10
New cards

sudo apt upgrade

Upgrades installed packages to their newest versions.

11
New cards

which

Checks if a package is installed.

12
New cards

sudo apt install

Installs a new program.

13
New cards

ps

Displays currently running processes.

14
New cards

top

Displays a dynamic real-time view of running processes.

15
New cards

Services ('daemons')

Processes that run in the background and start when the system is booted.

16
New cards

Environment Variables

Variables in the shell that store values.

17
New cards

echo $VARIABLE_NAME

Displays the current value of a variable.

18
New cards

PS1

A variable used to determine what the prompt looks like.

19
New cards

wget

Downloads files from the internet using the command line.

20
New cards

more, less, cat, head, tail

Utilities to view the content of a file.

21
New cards

vi, nano

Command-line text editors.

22
New cards

Hypervisor

A software that allows multiple operating systems to run side-by-side on a computer.

23
New cards

headless VM

A virtual machine without a Desktop Environment.

24
New cards

Host

The hypervisor running on the host machine.

25
New cards

Guest

The virtual machine running inside the hypervisor.

26
New cards

Nested Virtualization

Running a VM inside VM.

27
New cards

ISO file

An image file containing an entire operating system.

28
New cards

WSL

Windows Subsystem for Linux; allows running a Linux environment on Windows.

29
New cards

Kali Linux

A Linux distribution focused on ethical hacking.