Hello,

The issue is in the command:

udevadm test --action -p  $(udevadm info -q path -n /dev/fuse)

the -p flag is being seen as a parameter to the --action flag, which is not
a valid action.

Per the udevadm man page:

*-c*, *--action=**ACTION*
Type of event to be triggered. Possible actions are "add", "remove",
"change", "move", "online", "offline", "bind", and "unbind". The default
value is "change".

Hope this helps.

Tyler Weldon
tylerweldo...@gmail.com
(609)-661-9396

Reply via email to