Skip to content

Commit e401601

Browse files
committed
modinfo does not require superuser permission
1 parent b4ba4cf commit e401601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkmpg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ \subsection{The Simplest Module}
234234
If all goes smoothly you should then find that you have a compiled \verb|hello-1.ko| module.
235235
You can find info on it with the command:
236236
\begin{codebash}
237-
sudo modinfo hello-1.ko
237+
modinfo hello-1.ko
238238
\end{codebash}
239239

240240
At this point the command:

0 commit comments

Comments
 (0)