Does there exist a udev
command that allows me to see in real time (at run time) on the terminal the creation of the device node when newly device is attached?
A little bit as happens when using the tail command to visualize the log: tail -f /var/log/syslog
?