#!/bin/bash # FNAME="LKM.ko" echo "Removing kernel module: $FNAME" sudo rmmod LKM.ko