1.5 - CompTIA A+ Core 2

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/28

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

cd/chdir

Allows users to change the directory they’re working in/their current directory.

2
New cards

cd ..

Variant of the cd command that allows users to navigate one directory above the current working directory.

3
New cards

dir

Displays a list of files and folders in a directory. You can use a specific path to view another directory outside the current working one (e.g., C:\Users\currentuser\Downloads).

4
New cards

chkdsk

Command used to check the filesystem on a disk.

5
New cards

chkdsk /f

Command used to check a disk’s filesystem and fix logical errors present on a disk.

6
New cards

chkdsk /r

Command used to locate bad drive sectors and recover readable information. Use of this implies /f.

7
New cards

format

Command used to format a disk for use within Windows.

8
New cards

diskpart

Command used to create and manage disk partitions.

9
New cards

md/mkdir

Command used to create a new directory in the specified path.

10
New cards

rd/rmdir

Command used to remove a directory.

11
New cards

del/erase

Command used to remove files.

12
New cards

robocopy

Standards for robust copy - command used to copy files and directories while retaining attributes and permissions.

13
New cards

copy

Command used to copy files from one location to another.

14
New cards

copy \v

Variant of the copy command that verifies copies are written correctly (i.e., uses a prompt).

15
New cards

copy \y

Variant of the copy command that suppresses confirmation prompts (used when you want to overwrite an existing destination file).

16
New cards

hostname

Command used to display or set the name of the selected Windows Device.

17
New cards

net user

Command used to manage user accounts on a Windows Device.

18
New cards

winver

Command used to display the 'About Windows' dialog.

19
New cards

whoami

Command used to find user/group information for a Windows machine.

20
New cards

gpupdate

Command used to update a Group Policy for a specific user or account.

21
New cards

gpupdate /force

Command used to force a Group Policy update for a specific user.

22
New cards

gpresult

Used to verify Group Policy Settings for a computer or user.

23
New cards

sfc

System File Checker - Windows utility that allows users to scan for and restore corrupted files.

24
New cards

ipconfig

Command used to display and manage the network configurations of a Windows computer.

25
New cards

ping

Command used to test reachability of an IP address on a network.

26
New cards

netstat

Command used to analyze network communications.

27
New cards

nslookup

Command used to find information for nameservers/DNS servers.

28
New cards

tracert

Command used to check the route a packet takes to its destination.

29
New cards

pathping

Command that combines the functionalities of ping and tracert.