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

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;

9 Cards in this Set

  • Front
  • Back
What kind of file is this, and what permissions does it allow?
drwxr-x-r-x
It's a directory. The user can read, write, and execute. The group and the "world" can only read and execute.
What kind of file is this, and what permissions does it allow?
crw-------
It's a device file. The owner can read and write, but cannot execute. The group and "world" can't read, write, or execute.
What kind of file is this, and what permissions does it allow?
brw-rw----
It's a device file. The owner and group can read and write but not execute. The "world" can't read, write, or execute.
What kind of file is this, and what permissions does it allow?
lrwxrwxrwx
It's a link file. The owner, group, and "world" can all read, write, and execute.
What kind of file is this, and what permissions does it allow?
srw-rw-rw-
It's a Unix socket. The owner, group, and "world" can all read and write, but not execute.
What kind of file is this, and what permissions does it allow?
p---------
It's a named pipeline. The owner, group, and "world" cannot read, write, or execute.
What kind of file is this, and what permissions does it allow?
|rwx--x--x
It's a symbolic link file. The owner can read, write, and execute. The group and "world" can only execute.
What kind of files are contained within /dev?
Special device files for all devices
What is the purpose of /mnt usually?
To mount filesystems and storage devices