Windows CMD line tools

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

1/13

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.

14 Terms

1
New cards

CD

Can also be written as CHDIR, Used to change the working directory, use /D to change drive, CD .. specifies you want to change to the parent directory.

2
New cards

DIR

Displays a list of files and subdirectories in a directory. /A filter files by certain attributes, /B uses bare format, /C displays the comma in file sizes /-C will disable this, /D same as wide but files are list sorted by column, /L uses lowercase, /P pauses after each screenful of information, /Q displays owner of the file, /O list be files in sorted order /O:[letter] multiple ordering choices, /T sort by time field /T:[letter], /W uses wide list format

3
New cards

MD

Can also be written MKDIR, Creates a directory if command extensions are enabled intermediate directories will be made in the path if needed.

4
New cards

RD

Can also be written RMDIR, removes a directory, /S removes all directories and files in the specified directory in addition to the directory itself, /Q doesn’t ask if its ok to remove.

5
New cards

ipconfig

Displays IP address, subnet mask, and default gateway for each adapter bound to TCP/IP. /all displays full configuration info, /release|/release6 release the IP address for the specified adapter, /renew|/renew6 renew the IP address for the specified adapter, /flushdns purges the DNS resolver cache, /registerdns refreshes all DHCP leases and re-registers DNS names,

6
New cards

ping

Used to ping an IP address

7
New cards

hostname

Prints the host name of the current machine

8
New cards

netstat

Displays protocol stats and current TCP/IP network connections

9
New cards

nslookup

Name server lookup, used to look up information from DNS servers

10
New cards

chkdsk

Checks a disk and displays a status report.

11
New cards

Net user

view user account information and reset passwords

12
New cards

Net use

13
New cards
14
New cards