mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
|
uuu Howto
|
||
|
=========
|
||
|
|
||
|
Running uuu without root privileges
|
||
|
-----------------------------------
|
||
|
|
||
|
Accessing USB devices on Linux requires root privileges by default.
|
||
|
To be able to run uuu without root priviles, execute the following
|
||
|
steps:
|
||
|
|
||
|
sudo sh -c "uuu -udev >> /etc/udev/rules.d/70-uuu.rules"
|
||
|
sudo udevadm control --reload
|
||
|
|