From e4016013b280580781012f2124361cb24895a9e1 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Sat, 4 Dec 2021 16:13:22 +0000 Subject: [PATCH] modinfo does not require superuser permission --- lkmpg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lkmpg.tex b/lkmpg.tex index 68196d2..7a45590 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -234,7 +234,7 @@ make If all goes smoothly you should then find that you have a compiled \verb|hello-1.ko| module. You can find info on it with the command: \begin{codebash} -sudo modinfo hello-1.ko +modinfo hello-1.ko \end{codebash} At this point the command: -- 2.39.5