3

Is it possible to use find command (or anyone else) in order to look for special devices (like disks) passing minor/major number? I thought something like this:

find / -type c -minor 30 -major 29

Unfortunately, it doesn't work, find command does not know this syntax. Is there any other way, even with other commands to obtain the same result?

Barmar
  • 9,927

0 Answers0