1/37
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
What is the command for accessing multiple tools from a single view?
compmgmt.msc
What is the command for launching Device Manager?
devmgmt.msc
What is the command for launching Disk Management?
diskmgmt.msc
What is the command for launching Task Scheduler?
taskschd.msc
What is the command for launching Event Viewer?
eventvwr.msc
What is the command for launching the Local Users and Groups menu?
lusrmgr.msc
What is the command for launching the Services menu?
services.msc
What is the command for launching Local Security Policy menu?
secpol.msc
What is the command to open TPM management information?
tpm.msc
What is the command for launching Group Policy Management Console?
gpmc.msc
What is the command for launching Local Group Policy Editor?
gpedit.msc
What is the command for launching Performance Monitor?
perfmon.msc
What is the command for launching Windows Defender Firewall settings?
wf.msc
What is the command for launching Certificate Manager?
certmgr.msc
What is the command to launch the MMC?
mmc.exe
What command launches System Information menu?
msinfo32.exe
What command launches Resource Monitor?
resmon.exe
What command launches System Configuration menu?
msconfig.exe
What command runs Disk Cleanup utility?
cleanmgr.exe
What command launches Disk Defragmenter and Optimization tool?
dfrgui.exe
What command launches Registry Editor?
regedit.exe
What Linux command lists directory contents?
ls
What Linux command changes the current directory?
cd
What Linux command displays the current working directory path?
pwd
What Linux command copies files or directories?
cp
What Linux command moves or renames files or directories?
mv
What Linux command removes files?
rm
What Linux command creates a new directory?
mkdir
What Linux command changes file permissions?
chmod
What Linux command changes file ownership?
chown
What Linux command searches text within files?
grep
What Linux command displays currently running processes?
ps
What Linux command terminates a running process?
kill
What Linux command runs commands with elevated superuser privileges?
sudo
What Linux commands are used for package management?
apt / dnf
What Linux commands are used for network configuration and status?
ip / ifconfig
What Linux command tests network connectivity to a host?
ping
What Linux command displays documentation manuals?
man