From: Jim Huang Date: Sat, 4 Dec 2021 16:13:22 +0000 (+0000) Subject: modinfo does not require superuser permission X-Git-Tag: latest~77 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=e4016013b280580781012f2124361cb24895a9e1;p=lkmpg modinfo does not require superuser permission --- 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: