root@test-ubuntu-16046:/usr/share/akrm# ps aux | grep transp
root 4038 0.2 0.2 368512 8428 ? Sl 14:06 0:00 ./transportservice
root 4067 0.0 0.2 360340 8212 ? Sl 14:06 0:00 ./transportservice
root 4080 0.0 0.0 21316 1016 pts/8 S+ 14:06 0:00 grep --color=auto transp
root@test-ubuntu-16046:/usr/share/akrm# kill -9 4067
root@test-ubuntu-16046:/usr/share/akrm# kill -9 4038
root@test-ubuntu-16046:/usr/share/akrm# ps aux | grep transp
root 4093 0.0 0.2 360340 8324 ? Sl 14:06 0:00 ./transportservice
root 4106 0.0 0.0 21316 964 pts/8 S+ 14:06 0:00 grep --color=auto transp
root@test-ubuntu-16046:/usr/share/akrm# ./kill.sh
Deactivation lkm...
touch: невозможно выполнить touch для '/proc/akrm': Нет такого файла или каталога
Killing processes...
Removing LKM:
rmmod: ERROR: Module hook is not currently loaded
root@test-ubuntu-16046:/usr/share/akrm# ps aux | grep transp
root 4137 0.6 0.2 368512 8184 ? Sl 14:06 0:00 ./transportservice
root 4152 0.0 0.0 21316 1024 pts/8 S+ 14:06 0:00 grep --color=auto transp
root@test-ubuntu-16046:/usr/share/akrm# kill 4137