mount上层实现怎么找不到?
glibc中只有个头文件mount.h,但关于mount上层的具体实现没找到。 你说的是mount命令的实现代码?busybox。 回复 2# bfdhczwbusybox,最终也是调用库函数mount--->系统调用
glibc中看了下实现,还没看太明白,主要工作应该是在编译的时候完成的。。 LZ是要找应用层mount的源代码么? # rpm -qf /bin/mount
util-linux-ng-2.17.2-9
mount是属于util-linux-ng-2.17.2-9这个包的
回复 5# beyondfly
我想弄明白 从应用层到系统调用 这中间发生的细节
页:
[1]