UNIX Administration - Lecture 2: Installation and Shell

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/52

flashcard set

Earn XP

Description and Tags

These flashcards cover key vocabulary and concepts from the lecture on UNIX administration, focusing on installation and shell usage.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

53 Terms

1
New cards

UNIX

An operating system known for its multitasking and multiuser capabilities.

2
New cards

Shell

The user interface that allows interaction with the operating system.

3
New cards

BASH

Bourne Again Shell; a widely used shell in Linux systems.

4
New cards

Terminal

A channel for user input and output in a command-line interface.

5
New cards

Kernel

The core component of an operating system that manages hardware and system resources.

6
New cards

Syscalls

System calls; interfaces through which a program requests services from the kernel.

7
New cards

CPU

Central Processing Unit; the primary component that executes instructions.

8
New cards

RAM

Random Access Memory; volatile memory used to store data temporarily.

9
New cards

Filesystem

An arrangement that organizes how data is stored and retrieved.

10
New cards

Partitions

Sections of a hard drive that are treated as separate units.

11
New cards

LVM

Logical Volume Manager; a system for managing disk space allocation.

12
New cards

PATA

Parallel Advanced Technology Attachment; an older interface for connecting hard drives.

13
New cards

SATA

Serial Advanced Technology Attachment; a newer interface for connecting hard drives.

14
New cards

NVMe

Non-Volatile Memory Express; a protocol for accessing high-speed storage.

15
New cards

GPT

GUID Partition Table; a standard for partitioning disks that supports larger drives.

16
New cards

MBR

Master Boot Record; older partitioning scheme with limit of 2TB.

17
New cards

Mount point

A directory in a filesystem where a disk partition is attached.

18
New cards

User Space

The memory space where applications run, separate from the kernel.

19
New cards

/bin

Directory containing executable files required for basic operations.

20
New cards

/etc

Directory containing configuration files.

21
New cards

/dev

Directory containing device files.

22
New cards

/home

Directory containing user directories.

23
New cards

/var

Directory for variable files, such as logs and spools.

24
New cards

Shell scripting

The writing of scripts to automate tasks in a shell.

25
New cards

Login shell

Shell that is initiated when a user logs into the system.

26
New cards

Interactive shell

Non-login shell used for interactive command input.

27
New cards

Non-interactive shell

A shell that runs from a script without user interaction.

28
New cards

sudo

Command that allows a permitted user to execute a command as the superuser.

29
New cards

root

The superuser account with complete system access.

30
New cards

Man pages

Manual pages containing documentation for Linux commands.

31
New cards

Redirection

Sending standard input/output streams to different destinations.

32
New cards

Pipes

A method to pass output from one command to another using the ‘|’ character.

33
New cards

Shutdown

Command to turn off or reboot the system.

34
New cards

Filesystems

Structures that manage how data is stored and accessed.

35
New cards

System Calls

Calls that allow programs to interact with the kernel.

36
New cards

Graphics Processing Unit

Specialized processor for rendering images and graphics.

37
New cards

Command line

Text-based interface for entering commands.

38
New cards

Ctrl+Alt+F2

Key combination used to switch terminals in Linux.

39
New cards

Metacharacters

Characters that have a special significance in shell commands.

40
New cards

Environment variables

Dynamic values that influence the behavior of processes on a computer.

41
New cards

User IDs (UIDs)

Unique identifiers for user accounts.

42
New cards

Group IDs (GIDs)

Identifiers for groups of users.

43
New cards

tmux

A terminal multiplexer that allows multiple terminal sessions within a single window.

44
New cards

Reset command

Restores terminal settings to default.

45
New cards

whoami command

Displays the username of the current user.

46
New cards

uname command

Displays information about the operating system.

47
New cards

Manual page sections

Divisions within the man pages categorizing commands and information.

48
New cards

shutdown command

Command to power down or reboot the system.

49
New cards

Userspace

The memory area where user processes run, isolated from the kernel.

50
New cards

Superuser commands

Commands that require root privileges to execute. (root)
These commands allow for system-wide changes and administrative tasks that regular users cannot perform.

51
New cards

Installation types

Different methods of installing UNIX systems including network and DVD.

52
New cards

Free disk space requirement

Minimum storage space needed for operating system installation.

53
New cards

Configuration files

Files that store system settings and preferences.