Tagged Questions
2
votes
1answer
72 views
Explain EV in /proc/bus/input/devices data
Can anybody explain to me what the EV value in /proc/bus/input/devices is?
The keyboard always has value 120013. Why?
2
votes
3answers
311 views
Chroot Risks w/ /dev and /proc
I am planning to set up a few chroot jails for some users to run/test Java applications (lets just assume each application is untrusted). Is there any risk involved with mounting /dev and /proc into ...
6
votes
3answers
3k views
Find out what device /dev/root represents in Linux?
On linux, there is a /dev/root device node. This will be the same block device as another device node, like /dev/sdaX. How can I resolve /dev/root to the 'real' device node in this situation, so ...