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

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;

17 Cards in this Set

  • Front
  • Back

List files

ls

List files in long format

ls -l

list all files

ls -a

How do you start the basic file editor?

emacs

Move a file or rename file

mv

Copy a file

cp

remove a file

rm

compare two files

diff

How do you change the read, write, and execute permissions on a file?

chmod



How do I print to the default printer.

lpr

How do I make a directory?

mkdir

How do I change directory?

cd

How do I find out what directory I am in?

pwd



present working directory

How do I find a file?

ff -p



-p says part of filename

How do I login to a remote host?

rlogin


or


telnet

How do I transfer files?

ftp

In unix scripts the # normally begins what?

A comment in a file.