Save
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

Kernel Modules

Load or unload modules

QuestionAnswer
Display the VERSION number of the modinfo utility modinfo -v
Display the FILE name of the module modinfo -n
Display the AUTHOR of the module modinfo -a
Display DESCRIPTION of the module modinfo -d
Display PARAMETERS supported by the module modinfo -p
Add persistent parameters to the module insmod -e (persistent name)
Force the loading of a module even if there is a difference between the module's kernel and the current kernel insmod -f
Add all the modules specified in the command line modprobe -a
Remove a module modprobe -r
list all loaded modules modprobe -l
Modprobe Verbose mode modprobe -v
List all modules present in a specified directory modprobe -t (directory name)
Configuration file which contains SETTINGS that apply persistently to all modules loaded on the system /etc/modprobe.conf
Directory that contains multiple configuration files used by modprobe at BOOT time if the /etc/modprobe.conf file does not exist /etc/modprobe.d
Show info for all modules depmod -a
show what would happen on the screen but does not perform the action depmod -n
depmod Verbose mode depmod -v
Used to view or set kernel parameters at RUNTIME. sysctl
Persistent KERNEL settings are added to the: sysctl.conf
Set parameter value OR change the sysctl setting sysctl -w (variable)=(value)
Disable the printing of the key name while displaying the kerenel parameters (using sysctl) sysctl -n
Ignore errors about unknown keys (using sysctl) sysctl -e
Display all parameter values currently available (using sysctl) sysctl -a
Display all parameter values currently available in tabular format (using sysctl) sysctl -A
Provides the modprobe utility with default commands for loading modules at boot time /etc/modprobe.conf
Load modules into the kernel along with any module dependencies - Utility also runs at startup to load modules into the kernel modprobe
file that provides modprobe with its configuration rules /etc/modprobe.conf
/etc/modprobe.conf Entries: Loads a module at BOOT time install
/etc/modprobe.conf Entries:specify a name as an ALIAS for a module - alias can be used with the module utilities alias
/etc/modprobe.conf Entries: Specifies OPTIONS used while loading a module, including irq for IRQ info and io for I/O port info options
/etc/modprobe.conf Entries: Add a configuration file to a module include (file_name)
Command to generate a file named modules.dep that is stored in /lib/modules/kernel_version_number/ depmod
modules.dep lists all of the: dependencies between modules
By default, modprobe attempts to load the module from what directory? /lib/modules/<kernel_version>/kernel/drivers/
The depmod program keeps the list of dependencies in the: /lib/modules/<kernel_version>/modules.dep file
Created by: johnadream
Popular Computers sets

 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards