Hi everyone, 1. Is it possible to create character device on fly from kernel module after modules is loaded? 2. If not, can I clone my main char device that created with kernel module? 3. If not. I can create symbolic link to the main char device and then use it to read/write/ioctl function. Is it possible to find out which file application was trying to open. For example, I will create link from /dev/test to /dev/test_main. I need to know that application opened /dev/test and not /dev/test_main. Thank you for any ideas Al

