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

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;

21 Cards in this Set

  • Front
  • Back

True or false: UNIX is case sensitive.

TRUE

Command line example:

Sort -o sorted list



Where: sort = command name


-o = command option


Sorted list = option argument

passwd does what?

Change password

ls does what?

List files

more does what?

Show content of file, page by page

logout does what?

Logout from system

date does what?

Display date and time

who does what?

Display who is on the system

clear does what?

Clear terminal screen

script does what?

Make record of a terminal session

uname does what?

Print current OS detail (version etc.)

man does what?

Find and display system manual pages

pwd does what?

Shows path of current working directory

cd does what?

Change the current working directory

mkdir does what?

Creates a new directory

rm-r does what?

Removes non-empty directories

-a does what

Shows all files

-l does what?

Shows long version of listing

-t does what?

Shows files sorted by time stamp

-S shows what?

Files sorted by file size

-r shows?

Files in reverse sorted order