A+ Executables / MMC Commands / Key Linux Commands

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

1/37

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:10 AM on 9/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

38 Terms

1
New cards

What is the command for accessing multiple tools from a single view?

compmgmt.msc

2
New cards

What is the command for launching Device Manager?

devmgmt.msc

3
New cards

What is the command for launching Disk Management?

diskmgmt.msc

4
New cards

What is the command for launching Task Scheduler?

taskschd.msc

5
New cards

What is the command for launching Event Viewer?

eventvwr.msc

6
New cards

What is the command for launching the Local Users and Groups menu?

lusrmgr.msc

7
New cards

What is the command for launching the Services menu?

services.msc

8
New cards

What is the command for launching Local Security Policy menu?

secpol.msc

9
New cards

What is the command to open TPM management information?

tpm.msc

10
New cards

What is the command for launching Group Policy Management Console?

gpmc.msc

11
New cards

What is the command for launching Local Group Policy Editor?

gpedit.msc

12
New cards

What is the command for launching Performance Monitor?

perfmon.msc

13
New cards

What is the command for launching Windows Defender Firewall settings?

wf.msc

14
New cards

What is the command for launching Certificate Manager?

certmgr.msc

15
New cards

What is the command to launch the MMC?

mmc.exe

16
New cards

What command launches System Information menu?

msinfo32.exe

17
New cards

What command launches Resource Monitor?

resmon.exe

18
New cards

What command launches System Configuration menu?

msconfig.exe

19
New cards

What command runs Disk Cleanup utility?

cleanmgr.exe

20
New cards

What command launches Disk Defragmenter and Optimization tool?

dfrgui.exe

21
New cards

What command launches Registry Editor?

regedit.exe

22
New cards

What Linux command lists directory contents?

ls

23
New cards

What Linux command changes the current directory?

cd

24
New cards

What Linux command displays the current working directory path?

pwd

25
New cards

What Linux command copies files or directories?

cp

26
New cards

What Linux command moves or renames files or directories?

mv

27
New cards

What Linux command removes files?

rm

28
New cards

What Linux command creates a new directory?

mkdir

29
New cards

What Linux command changes file permissions?

chmod

30
New cards

What Linux command changes file ownership?

chown

31
New cards

What Linux command searches text within files?

grep

32
New cards

What Linux command displays currently running processes?

ps

33
New cards

What Linux command terminates a running process?

kill

34
New cards

What Linux command runs commands with elevated superuser privileges?

sudo

35
New cards

What Linux commands are used for package management?

apt / dnf

36
New cards

What Linux commands are used for network configuration and status?

ip / ifconfig

37
New cards

What Linux command tests network connectivity to a host?

ping

38
New cards

What Linux command displays documentation manuals?

man