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

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;

10 Cards in this Set

  • Front
  • Back
Serialize fsck operations.
-s
Walk through the /etc/fstab file and try to check all filesystems in one run.
-A
When checking all filesystems with the -A flag, skip the root filesystem (in case it's already mounted read-write).
-R
This option does the same thing as the -p option. It is provided for backwards compatibility only;
-a
This option causes e2fsck to run the badblocks(8) program to find any blocks which are bad on the filesystem, and then marks them as bad by adding them to the bad block inode.
-c
This option causes e2fsck to write completion information to the specified file descriptor so that the progress of the filesystem check can be monitored.
-C
Force checking even if the filesystem seems clean.
-f
Open the filesystem read-only, and assume an answer of “no” to all questions.
-n
Automatically repair ("preen") the filesystem without any questions.
-p
Assume an answer of “yes” to all questions; allows e2fsck to be used non-interactively.
-y