• 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/36

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;

36 Cards in this Set

  • Front
  • Back

"Copy"

Windows Command, copies files.

"cp"

Linux Command, copies files

"move"

Windows command, moves files

"mv"

Linux Command, moves files

"dir"

Windows Command, lists files on path/directory

"ls"

Linux Command, Lists File on path/directory

"cls"

Windows command, clears screen

"clear"

Linux Command, clears screen

"Exit"

Both OSs, Closes shell prompt

"date"

Both OSs, Displays or sets date

"del"

Windows Command, deletes files

"rm"

Linux Command, deletes files

"echo"

Both OSs, "echoes" output in following line

"edit"

Windows command, edits text files

"gedit"

Linux Command, edits text files

"fc"

Windows Command, compares the contents of files

"diff"

Linux Command, Compares the contents of files

"find"

Windows command, finds a string of text in a file

"grep"

Linux Command, finds a string of text in a file

"format ___"

Windows command, formats a diskette (must have drive in blank)

"mke2fs"

Linux Command, formats a diskette

"command /?" or "cmd /?"

Windows command, Displays command help

"man" or "info"

Linux Command, Displays command help

"mkdir"

Both OSs, Creates a Directory

"more"

Windows command, Views contents of a file

"less"

Linux Command, Views contents of a file

"ren"

Windows command, renames a file

"mv"

Linux Command, Renames a file

"chdir"

Windows command, Displays current location in the file system

"pwd"

Linux Command, Displays your location in the current file system

"cd" (plus desired pathname)

Both OSs, changes directories with a specified path

"cd . ."

Both OSs, changes directories with a relative path

"time"

Windows command, Displays time

"date"

Linux Command, Displays the time

"mem"

Windows command, shows amount of RAM in use

"free"

Linux command, shows amount of RAM In use.