Windows Command Line Flashcards
what does the netstat command do
it displays very detailed information about how your computer is communicating with other computers or network devices.
what does it do when /? is added to the end of a command?
a tool which will return which syntax can be used with that particular command.
what is the cd command?
change directory
what is the dir command?
it means directory and will list out the contents of any directory.
how are the . symbol utilized in the command line?
one . will change a directory, two . will take you up two directorys.
how do you clear the screen?
cls
how do you open a file to see the contents?
type cd and then the name of the file you want to see.
how do you create a directory?
md
if you are creating a file with two words. what do you need to be sure to add?
a set of quotes around the words.
how do you remove a directory?
rmdir
how do you access different drives?
type in the letter of the drive followed by a colon.
how do you copy a file to a different drive?
copy Insert file name *insert drive *\file1.txt
how do you move a file?
move file2.txt f:\file2.txt
what is the xcopy command?
to copy the files of one or more directory at a time.
what is robo copy?
used when doing copies to or from network drives. the newest type of copy utility.
how do you see your disk partitions in the command line
diskpart
once inside the disk partition, how do you list the partitions?
list disk
how do you format a disk from the command line?
format p: /fs:fat32