modinfo does not require superuser permission

This commit is contained in:
Jim Huang 2021-12-04 16:13:22 +00:00
parent b4ba4cfc9b
commit e4016013b2

View File

@ -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: