How to execute commands without administrator privileges (sudo) on Linux OS

 

step1
Create 50-usb-lensconnect.rules in /etc/udev/rules.d.

step2
to step1 file
SUBSYSTEM==”usb”, ATTRS{idVendor}==”10c4”, ATTR{idProduct}==”8d08”, MODE=”0666”
Write and save.

step3
You can run it without administrator privileges by logging out and logging in.

important point
・When making this change, please remove the connected lens once.
The above settings will be reflected when you log out/log in, so they will be applied from the lens connected after logging in.
This does not apply if the lens is left inserted without being removed.