DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Minimal Runtime Kernel Module Dependency View

2 months ago 1 min read www.commandlinefu.com

Summary: This is a summary of an article originally published by CommandLineFu. Read the full original article here →

$ lsmod | awk 'NR>1 && $4!="-" {print $1; split($4,a,","); for(i in a) print " -> used by:", a[i]; print ""}' View this command to comment, vote or add to favourites View all commands by wuseman1 Diff your entire server config at ScriptRock.com

Made with pure grit © 2026 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com