Showing posts with label
kernel module
.
Show all posts
Showing posts with label
kernel module
.
Show all posts
May 21, 2012
Services, kernel modules
Use
service --status-all
to see what's running on your system, and
service service-name stop
to shut it down.
Use
lsmod
to see what kernel modules are loaded, and
rmmod module-name
to unload it.
Older Posts
Home
Subscribe to:
Comments (Atom)