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

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;

7 Cards in this Set

  • Front
  • Back
in what file are the paging areas listed?
/etc/swapspaces
what command would allow you to change both the user and group owner in the same operation?
chown new-owner.new-group file(s)
which command lists the paging spaces?
lsps -a
define the file access types
r = view file contents
w = alter file contents
x = run executable file
describe the generic command for changing the file mode.
chmod access-string(s) file(s)
what are the commands for change owner and change groups for file ownership
chown new-owner file(s)
chgrp new-group file(s)
what are the 3 basic classes of access to files for which protection may be specified separately?
user access
group access
other access