shortprint_unload
来自「LINUX驱动程序开发的第三版中的源代码. 对LINUX开发十分有用」· 代码 · 共 16 行
TXT
16 行
#!/bin/shmodule="shortprint"device="shortprint"# invoke rmmod with all arguments we got/sbin/rmmod $module $* || exit 1# Remove stale nodesrm -f /dev/${device}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?