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

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;

51 Cards in this Set

  • Front
  • Back

List all your files

Ls

List files in long format

Ls -l

List all files

Ls -a

Shows more file info in full screen

More filename

Create/ edit a file

Emacs filename

Moves a file

Mv filename1 filename2

Copies file

Cp filename1 filename2

Remove file

Rm filename

Compares file

Diff filename1 filename2

Tells how many words line or characters in a file

Wc filename

Change read write and execute file permissions

Chmod filename

Makes file readable for all

Chmod o+r filename

Makes file unreadable for others

Chmod o-r filename

Compress file

Gzip filename

Uncompress file

Gunzip filename

Look zipped file w/o gunzi

Gzcat filename

Print directly a zipped file

Gzcatfilename |lpr

Print file

Lpr filename

Print and specify the printer name

Lpr-p filename

Check print queue

Lpq

Remove something from print queue

Lprm jobnumber

Converts plain txt into postscripts for printing

Genscript

Print .dvi files

Dvips filename

Make new directory

Mkdie filename

Cd dirname

Change directory

Find files anywhere on the sys

Ff

Looks for string in the file

Grep string filename

Tell whos logged in & what they're doing

W

Tells you who logged in & where theyre coming

Who

Gives lots info about user eg mail, address, contact #

Finger username

Tells user last logged on and off

Last -1 username

Lets you type conversation

Talk username

Lets you send email msg to people

Elm

Returns ur username/ make sure you logged out

Whoami

Change password

Passwd

List all your processes

Ps -u yourusername

Kill process with the id you gave

Kill PID

Show your disk quota

Quota -v

Shows disk usage of files and dir

Du filename

Gives the total disk usage

Du -s

List your last log in. Memory aid: when, how long, you log in. Keep track of phonebill etc

Last yourusername

Allows you to read news

Nn

Lets you connect to a remote host

Rlogin hostname

Also lets you connect to remote host

Telnet hostname

Lets you download filea from a remote host set up as ftp server

Ftp hostname

Lets you browse web for ordinary terminal

Lynx

Looks up word in webster dictionary

Webster word

Shows current date and time

Date

Shows calendar of current month

Cal

Get calendar of diff yr

Cal (year)

Shows the manual page for command

Man commandname