Comptia A+ Core 2 - 1.9

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

1/31

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

Shell / Terminal

  • Linux command-line interface

2
New cards

Samba

  • Allows Unix based systems to emulate a Windows file and print server

  • Free software implementation of the CIFS / SMB networking protocals…

3
New cards

APT (Advanced Packaging Tool)

  • apt-get update

  • apt-get upgrade

  • apt-get install

  • apt-get remove

  • Linux - Command-line utility used to install, uninstall, and upgrade applications.

4
New cards

DNF (Dandified YUM)

  • Linux - Command-line package manager for newer RedHat based distributions. (Replaced YUM)

5
New cards

/dev/sda

  • Linux - Primary drive

6
New cards

/dev/sdb

  • Linux - Secondary storage drive

7
New cards

man

  • Linux - Display help for commands

8
New cards

man [command]

  • Linux - Shows help for specific command

9
New cards

ls

  • Linux - Lists files in a directory

10
New cards

pwd

  • Linux - Displays current working directory

11
New cards

mv

  • Linux - Move or rename a file

12
New cards

cp

  • Linux - Copy a file

13
New cards

rm

  • Linux - Remove a file (delete)

14
New cards

mkdir

  • Linux - Create a new folder

15
New cards

du

  • Linux - Command-line utility used to estimate and display the disk space used by files and directories

16
New cards

df

  • Linux - Display information about the total space, used space, and available free drive space

17
New cards

ps

  • Linux - Display list of running processes

18
New cards

top

  • Linux - Displays running processses and resource usage

19
New cards

find

  • Linux - Search for text in the file or directory

20
New cards

grep

  • Linux - Search for string in a file

21
New cards

dig

  • Linux - Troubleshoot DNS

22
New cards

cat

  • Linux - Displays content of a file

23
New cards

nano

  • Linux - Text editor

24
New cards

ip

  • Linux - Display and configure NIC

25
New cards

chown

  • Linux - Change owner and group of a file

26
New cards

chmod

  • Linux - Change permissions of a file or folder

27
New cards

dd

  • Copy partitions

28
New cards

sudo

  • Linux - Executes a command as a super user (similar to admin)

29
New cards

su

  • Linux - Become a super user until terminal session ends

30
New cards

fsck

  • Linux - Used to check, report, and repair system files

31
New cards

traceroute

  • Linux - Same as “tracert” for Windows

32
New cards

curl

  • Linux - Command-line tool used to transfer data between a system and a server using different network protocols