A+ Core 2

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/120

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:36 PM on 5/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

121 Terms

1
New cards

NTFS

New technology file system
Modern Windows standard; includes compression, encryption, quotas.

2
New cards

FAT32

High compatibility, limited to 4gb file size max ; across Windows, Mac, and Linux
Older

3
New cards

exFAT

for flash drives, high compatibility with large file support ; across Windows, Mac, and Linux

4
New cards

APFS

Apple file system, optimized for SSDs

5
New cards

ext4 and XFS

found in Linux environments

6
New cards

Clean install

Wipes. Everything starts. Fresh back up is mandatory.

7
New cards

In place upgrade

Keeps all user files, apps, and settings

8
New cards

Repair installation

Refreshes OS files to fix corruption. Keeps user data

9
New cards

Image deployment

Uses a standardized blueprint to install on many PCs

10
New cards

Partitioning

Dividing a driving to logical sections

11
New cards

MBR Master boot record

Legacy, 2 TB size limit, max 4 primary partitions

12
New cards

GPT, GUID, partition table

Modern standard for UEFI, 128 partitions, massive size support

13
New cards

BitLocker

only in Pro and Enterprise editions

14
New cards

Windows 11

only 64 but and requires TPM and UEFI ; TPM 2.0 (Trusted Platform Module version 2.0) is a hardware-based security chip on a computer's motherboard or CPU that secures cryptographic keys, user credentials, and data

15
New cards

EFS

Encrypting file system

file level encryption
all windows have this encryption

16
New cards

System information (msinfo32.exe)

Overview of hardware, system components, and software environments
The systems resume (read only system overview) QUICK OVERVIEW

<p>Overview of hardware, system components, and software environments<br>The systems resume (read only system overview) QUICK OVERVIEW</p>
17
New cards

Resource Monitor (resmon.exe)

real time system diagnostic tool with CPU, memory, disk, and network usage
More detailed than task manager

<p>real time system diagnostic tool with CPU, memory, disk, and network usage<br>More detailed than task manager</p>
18
New cards

Task Manager

(CTRL+Shift+Escape)

<p>(CTRL+Shift+Escape) </p>
19
New cards

System configuration (msconfig.exe)

Windows tool used to troubleshoot startup issues by managing services, startup applications, and boot settings. It allows users to perform a "clean boot" (disabling non-essential services/apps) to identify software conflicts.

20
New cards

Event Viewer (eventvwr.msc)

The systems flight recorder (logs errors, warnings)

Records system, application, and security events including errors, warnings, and informational messages.

<p>The systems flight recorder (logs errors, warnings)</p><p>Records system, application, and security events including errors, warnings, and informational messages.</p>
21
New cards

Device manager (devmgmt.msc)

The hardware roster (manages drivers)

<p>The hardware roster (manages drivers)</p>
22
New cards

Disk management (diskmgmt.msc)

a built-in Windows utility for advanced storage tasks, such as creating, formatting, resizing, and deleting partitions, as well as changing drive letters or initializing new disks

<p>a built-in Windows utility for advanced storage tasks, such as creating, formatting, resizing, and deleting partitions, as well as changing drive letters or initializing new disks</p>
23
New cards

Performance monitor (perfmon.msc)

The long-term data logger (historical analysis)

<p>The long-term data logger (historical analysis)</p>
24
New cards

Local users and groups (lusrmgr.msc)

The security group for permissions

25
New cards

Disk Cleanup (cleanmgr.exe)

The systems junk remover

<p>The systems junk remover </p>
26
New cards

Disk defragmenter (dfrgui.exe)

For HDDs only, CRITICAL: DO NOT defrag an SSD

<p>For HDDs only, CRITICAL: DO NOT defrag an SSD</p>
27
New cards

Registry editor (regedit.exe)

The Registry Editor is a powerful tool used to view and modify the system registry. The registry is a database that stores low-level settings for Windows and for applications that opt to use it.

<p>The Registry Editor is a powerful tool used <strong>to view and modify the system registry</strong>. The registry is a database that stores low-level settings for Windows and for applications that opt to use it.</p>
28
New cards

dir

List files and folders

29
New cards

cd

Change directories, folder

30
New cards

md

Make a new directory

31
New cards

rmdir

Remove a directory

32
New cards

robocopy

robust tool for copying files

33
New cards

chkdsk /f

Checks disks and fixes file system errors

34
New cards

chkdsk /r

Find bad sectors and recovers data (Slower)

35
New cards

format

prepares a partition for data (erases everything)

36
New cards

diskpart

advanced partition management tool

37
New cards

ipconfig

view your local IP config (/all for more detail)

<p>view your local IP config (/all for more detail) </p>
38
New cards

ping

tests basic connectivity to destination

<p>tests basic connectivity to destination</p>
39
New cards

netstat -b

shows which programs (binaries) are making network connections

<p>shows which programs (binaries) are making network connections</p>
40
New cards

nslookup

queries DNS to find an IP for a name

<p>queries DNS to find an IP for a name </p>
41
New cards

tracert

traces the step by step route (hops) to a destination

<p>traces the step by step route (hops) to a destination</p>
42
New cards

pathping

combines ping and tracert to test each hop

<p>combines ping and tracert to test each hop</p>
43
New cards

hostname

displays the computers name

<p>displays the computers name</p>
44
New cards

winver

Shows the current Windows version

<p>Shows the current Windows version </p>
45
New cards

whoami

Shows the current logged in user

<p>Shows the current logged in user</p>
46
New cards

gpupdate

Forces an immediate policy update

<p>Forces an immediate policy update</p>
47
New cards

gpresult

Shows the resultant set of policies, RSOP

<p>Shows the resultant set of policies, RSOP</p>
48
New cards

sfc /scannow

Scans and repairs protective system files

<p>Scans and repairs protective system files</p>
49
New cards

sleep

saves to RAM

50
New cards

hibernate

powers off completely and saves to Disk

51
New cards

APIPA

if DHCP fails, get a 169.254.x.x address (no internet)

52
New cards

Proxy Servers

An intermediary that vets web traffic for you

53
New cards

Workgroup

Decentralized, local management, each computer is it on Boss

54
New cards

Domain

Centralize management via active directories domain services, AD DS. Single Login for all resources

55
New cards

Metered Connection

Reduces data usage on pay per use networks

56
New cards

Mac OS File Types

.dmg disk image
.pkg installer
.app application bundle

57
New cards

Linux Boot Process

BIOS/UEFI → Bootloader →Kernel→systemd (manages daemons)

58
New cards

root account

The administrative user with full system control

59
New cards

/etc/passwd

user account info (passwords are NOT here)

60
New cards

/etc/shadow

Hashed user passwords (protected file)

61
New cards

/etc/hosts

overrides DNS for specific domains

62
New cards

/etc/resolv.conf

lists DNS servers the system uses

63
New cards

man command

get help, shows the manual for any command

64
New cards

ls -la

list files with the detailed permissions and hidden files

65
New cards

pwd

print the full path of the current directory

66
New cards

cp / mv / rm

copy
move (or rename)

remove

67
New cards

grep / find

search text within files (grep)
find files by name (find)

68
New cards

chown

change the owner and group of a file or directory

69
New cards

chmod

change permissions
Read=4 Write=2 Execute=1
Example: chmod 764 file ’ ‘ (User 7, Group 6, Others 4)

70
New cards

su

switches the entire session to the root user

71
New cards

apt / dnf

apt = package manager for Debian/Ubuntu
dnf = package manager for Red Hat/RPM based systems

72
New cards

linux
ip address

view network config (ip, subnet, etc)

73
New cards

linux
dig

performs DNS liikups to query domain name info

74
New cards

traceroute

Maps the network paths (hops) to a destination.

75
New cards

ps -e

view a snapshot of all running processes

76
New cards

top

real time system performance dashboard

(cpu, ram)

77
New cards

df -h
du -h

shows disk free
vs

disk usage (human readable)

78
New cards

cat / nano

view file contents (cat)

edit text files (nano)

79
New cards

RADIUS

most common AAA protocol for WIFI, VPN, and switches

80
New cards

TACACS+

AAA protocol used most commonly with Cisco devices

81
New cards

Kerberos

Core of windows domain authentication enables SSO with service ticket system

82
New cards

Virus

needs human interaction to run and spread

83
New cards

Rootkit

hides itself deep in core of the OS

84
New cards

Spyware/keylogger

steals infor by watching or recording key strokes

85
New cards

Fileless

Runs only in memory RAM avoiding disk scanners

86
New cards

Malware Containment Phase

Investigate

Quarantine

Disable System Restore

Remediate

Update AV

Scan Techniques

Reimage

Schedule Scans

Enable System Restore

Educate User

87
New cards

UPnP (Universal Plug and PLay)

Disable this
It allows apps to open inbound ports automatically

88
New cards

Hashing

Use SHA256 to verify integrity of the installer file before running

89
New cards

3-2-1 Rule

Keep 3 copies in total
2 media types

1 off site (cloud)

90
New cards

GFS Rotation

Grandfather (monthly)
Father (Weekly)
Son (Daily)

91
New cards

Order Of Volatility

knowt flashcard image
92
New cards

Windows scripts

.bat .ps1 .vbs

Powershell is Windows Admin Command Lets

93
New cards

Linux Scripts

.sh Shell
start with #

94
New cards

Cloud - Cross Platform Script

.py Python

95
New cards

Web Browser Script

.js Javascript

96
New cards

RDP

TCP 3389

97
New cards

VNC

Open Source Cross Platform remote access

98
New cards

SPICE

Virtual Machines
Fast graphics

99
New cards

SSH Secure Shell

TCP Port 22
Encrypted Command Line
It is the industry standard for system administrators and developers to manage servers and network infrastructure remotely.

100
New cards

RMM / WINRM
Remote Monitoring and Management

Central Control to Many clients