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

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;

26 Cards in this Set

  • Front
  • Back

Show date in GMT

date -u

Shows calendar for this year

call -y

What does who do?

Shows who's logged in

-f for man?

Short description

What does Ctrl+b do?

Moves curser back a letter

What does Ctrl+a do?

Move to start of line

Alt+d

Deletes a word

Alt+l

Moves to right after the next word

Alt+b

Moves to the first letter of the last word

Ctrl+d

Logout

Show a certain # of lines

Head or tails - number

Unix file systen

Ufs

Linux file system

Ext

Print working directory

Pwd

Show details of ls

-l

Sort ls by size

-S

Sort ls by extension

-X

Sort ls by reverse order

-r

Sort ls by time

-t

Show hidden files with ls

-a

Show innode value with ls

-i

What is *

Wildcard for any group of character

What is ?

Takes the place of one character

Safely use cp

-i

Overwrite only if the overwriter is newer with cp

-u

List hidden files

find <path> -name ".*" -ls