{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Command line tools Flashcards

(18 cards)

1
Q

ipconfig

A

Displays IP address, subnet mask, and default gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ipconfig /all

A

shows detailed network config including MAC address and DNS info

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

ipconfig /flushdns

A

Clears the DNS cache to remove outdated or incorrect entries

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ping [hostname/IP]

A

Tests basic connectivity to another device and measures response time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

tracert [hostname/IP]

A

shows each hop a packet takes to reach its destination

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

nslookup [hostname]

A

Queries DNS servers to resolve domain names to IP addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

netstat

A

displays active network connections and listening ports.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

arp -a

A

Displays the ARP table (IP to MAC address mapping on local network)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

chkdsk

A

Checks the hard drive for file system errors and bad sectors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

sfc /scannow

A

scans system files and replaces corrupted or missing ones.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

diskpart

A

opens the disk partitioning utility for managing volumes and drives.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

format

A

erases and prepares a storage device for use (formats a drive)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

dir

A

lists files and directories in the current folder.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

cd

A

changes the current working directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

copy

A

copies one or more files to another location

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

xcopy

A

copies files and directories, including subdirectories

17
Q

robocopy

A

more advanced file copy tool used for copying large sets of files/folders.

18
Q

net use

A

maps a network drive or disconnects a network connection