Sample Header Ad - 728x90

Any tool to do ioctl() from bash?

2 votes
1 answer
4586 views
I try to make an ioctl() call from bash. This is very easy to do in C, so there are tools ( https://github.com/jerome-pouiller/ioctl ) which wrap this functionality. But it would make the distribution of my script a lot harder, because I would have to distribute that tool along with it. Is there any other tool that is already included in the Debian APT repositories that can do the same? So that I could just do a simple apt install from the script?
Asked by Maestro (211 rep)
May 16, 2023, 09:46 PM
Last activity: May 17, 2023, 06:47 AM