0

How to disable usb storage in linux

I need to disable usb storage access for some linux machine,can you please guide me.

matthew
asked Feb 22, 2017
1 Answer
1

To disable the usb storage,you need to create configuration file in /etc/modprobe.d directory.

Add the following lines to the file

install usb-storage /bin/true

Save the file and exit

After creating this configuration file, the usb storage access will be blocked completely.

View More
krishnakumar
answered Feb 23, 2017
Your Answer
||||
x
 
100:0