浏览代码

modinfo does not require superuser permission

Jim Huang 3 年之前
父节点
当前提交
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: