printf("%s", name);
@akunohana@piefed.blahaj.zone
https://scienceispoetry.net/ http://170.187.142.27/ Fëanor was a douchebag. The search for human connection doesn’t have a predefined conclusion. - pronell@lemmy.world Live in authenticity. Sharing is caring, censorship is lame. Praying for you 🕯️ O Great Mita 💝 From the river to the sea, Palestine will be free! 🇵🇸
piefed.blahaj.zone
Learning udev
I am reading up on udev, about its purpose, history an implementation. I have read the Wikipedia article and next I’m going to read the man pages. Meanwhile, I watched this video to see what an example of what udev rules can do. I just have some questions regarding this video specifically:
Following the principle of least privilege, shouldn’t I create a separate group - usb or whatever - rather than using wheel this way?
Why don’t I just chmod and chown the /dev file(s) in question, if udev already provides persistent device naming (=the raw device won’t have a different designation at next disconnect-connect)? Or does the designation change perhaps?