Is it possible to send some message like Device Added or Removed etc to console on my target using udev rules?
Asked
Active
Viewed 530 times
0
-
Please see http://reactivated.net/writing_udev_rules.html – Michael Besteck Jun 29 '12 at 08:03
-
Link says "udev does not run these programs on any active terminal, and it does not execute them under the context of a shell. Be sure to ensure your program is marked executable, if it is a shell script ensure it starts with an appropriate shebang (e.g. #!/bin/sh), and do not expect any standard output to appear on your terminal." Please let me know if that means there is no other way to print on console ? or is there a way to output to console – 123456 Jun 29 '12 at 09:48