execute a shell script when USB is connected
- by Null pointer
I am working on an application which deals with all kinds of USB storage devices(such as taking backup, updating DataLogFile etc)
My problem is :
I want to write a shell script which is stored in this USB drive(As usb is at center of my project so USB is going to be same but PC's will change) AND this script should be executed as soon as the USB drive is connected to my Linux system.I will not need any kind of "root" or "sudo" permissions for other tasks which I am going to do in this shell script.