1
0
Эх сурвалжийг харах

modinfo does not require superuser permission

Jim Huang 3 жил өмнө
parent
commit
e4016013b2
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      lkmpg.tex

+ 1 - 1
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: