Wednesday, June 15, 2011

Disabling USB port on linux server

To disable USB port on the machine, you can edit the grub.conf

# 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

No comments:

Post a Comment