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

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;

22 Cards in this Set

  • Front
  • Back

r file permission

Read: view the file

w file permission

Write; modify the file

x file permission

Execute; use the file as a command

U access class

User owner

G access class

Group owner

O access class

Other

Chmod -

Remove

Chmod +

Add

Chmod =

Set

Cat, less, more, cp, ls, wild card characters, requires which permission?

Read

Nano, Vi, create, rm, mv, requires which permission?

Write

"run", "search", and "access" require which permission?

Execute

Chmod

Changes a files permissions

Chown

Changes a files user owner (only used by root)

Chgrp

Changes a files group owner (root or user owner)

r directory permission

List directory contents

w directory permission

Add or remove files to/from directory

x directory permission

"search" for a known file in directory

Default permissions for users home dir

rwx------

Default directory permissions

rwxrwxrwx

Default file permissions

rw-rw-rw-

umask NNN

Changes umask where NNN = octal notation