• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/15

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

15 Cards in this Set

  • Front
  • Back

Ping

Ping


test point-to-point network connectivity

ifconfig

ipconfig


check ip address

fsck

chkdsk


scan and fix hard drive

traceroute

tracert


identify networking route

CD/CD

CD


change directory

mkdir / mkdir

MD


make a directory

rmdir / rmdir

RD


delete a directory


for apple: rmdir only removes empty directories, rmdir-R removes directories and contents

man [command] / man [command]


can also use info, whatis

/?


the help command

nano "file name"/ nano

open notepad "file name"


make a file

ls / ls

dir (list objects in directory)


list files in directory

cp-R

xcopy


copy files

clear/clear

cls


clear screen

ps

tasklist


see running programs

sudo [command]/ su

Runas Admin [command]


run a command as administrator

kill / kill

Taskkill


stop a task from running