When I follow the zfs install guide in CentOS。
I found out it should use ldconfig
after finish the source building。
But when I use the zfs
command,it tell me, I should type command: /sbin/modprobe zfs
So, I am interested with what's the different between ldconfig
and modprobe
,is it ldconfig for user space process & modprobe for kernel space process?