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.

No comments: