Just a Linux Module
build-essential
linux-headers
make
make install
make device
make remove
$ cat /dev/jlm
Will output:
jlm device
jlm device
jlm device
...
$ sudo cat /dev/jlm
Or
# cat /dev/jlm
Will output nothing
Just a Linux Module
build-essential
linux-headers
make
make install
make device
make remove
$ cat /dev/jlm
Will output:
jlm device
jlm device
jlm device
...
$ sudo cat /dev/jlm
Or
# cat /dev/jlm
Will output nothing