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

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;

11 Cards in this Set

  • Front
  • Back
This directive, when found before any path directives, causes the default paths to be retained and added to any paths specified.
keep
This directive overrides the default location for the modules dependency file, modules.dep.
depfile=<full_path>
This directive specifies an additional directory to search for modules.
path=<path>
This directive can be used to specify module-specific parameters.
options <modulename> <module-specific-options>
This directive can be used to associate a generic name with a specific module.
alias <aliasname> <result>
This directive causes a specified shell command to be executed *prior* to the insertion of a module.
pre-install <module> <command>
This directive allows a specific shell command to override the default module-insertion command.
install <module> <command>
This directive causes a specified shell command to be executed *after* insertion of the module.
post-install <module> <command>
This directive causes a specified shell command to be executed *prior* to removal of module.
pre-remove <module> <command>
This directive allows a specific shell command to override the default module-removal command.
remove <module> <command>
This directive causes a specified shell command to be executed *after* removal of module.
post-remove <module> <command>