To disable USB port on the machine, you can edit the grub.conf
Add the kernel parameter
Reboot your system and you will notice all your usb ports disabled
# vim /boot/grub/grub.conf
Add the kernel parameter
kernel /vlinuz ..... rhgb quiet nousb
Reboot your system and you will notice all your usb ports disabled
0 Comment:
Post a Comment