Devices folder in Finder

filesystemfinder

Is there anyway that I can view the /dev folder with its contained pseudo-files inside of Finder? I can access it just fine in the terminal with cd /dev, but in Finder it doesn't show up even with AppleShowAllFiles active.

Best Answer

No, just had a fiddle and it appears there is no way to do that.

Neither of these work:

In terminal:

open .

will open the current directory in Finder.

Unhiding it with:

sudo chflags nohidden dirname

Does not work either. (Error --> chflags: dev/: Operation not supported)