mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-12 14:45:49 +08:00
add code for hide signal sudo and replace
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
# 后台运行 eBPF 程序
|
||||
|
||||
通过使用 `--detach` 运行程序,用户空间加载器可以退出,而不会停止 eBPF 程序。
|
||||
|
||||
编译:
|
||||
|
||||
```bash
|
||||
make
|
||||
```
|
||||
|
||||
在运行前,请首先确保 bpf 文件系统已经被挂载:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user