Is it possible to open the /dev/
directory in Finder? If not why? Is it on some kind of exclude list?
I would like to use a GUI to list the files there on macOS Catalina.
Is this possible?
Is it possible to open the /dev/
directory in Finder? If not why? Is it on some kind of exclude list?
I would like to use a GUI to list the files there on macOS Catalina.
Is this possible?
Looking at what Finder (1) does using Hopper reveals that there are indeed hard-coded exclusion paths, and it rewrites paths starting with /dev/
to /
.
You can verify this by pressing Command+Shift+G and entering a path starting with /dev/
-- i.e. /dev/foo
. You'll be presented with /
.
(1) Located at /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
.
It’s not clear if Finder has a special case to avoid this folder, but no - it doesn't want to show that folder.
Normally, I would try the go to functionality using a key shortcut of shift-command-G (or use the pointer and the go menu of Finder) and type in /dev
How to change path in Finder by entering the path manually?
Now, most unix directories are hidden, so toggle hidden files with shift-command-. (period) and you will see it's notably absent.
I’ll keep poking at this, but for now, my Catalina Macs don’t want to show you this in Finder.
A possible solution is to use ForkLift.
/dev
opens /Developer
, /dev/
just error-beeps (on Mojave at least).
– nohillside
Apr 12 '20 at 12:18
/dev
, a lot of things wouldn't work otherwise on a Unix system.
– nohillside
Apr 12 '20 at 12:21
/dev
, but inside the Terminal, not using root, I can. Doesn't really makes sense to me. I don't want to change any permissions. If it's not possible, so be it :D
– Tom
Apr 12 '20 at 12:22
mdls
returns no results for that folder. Perhaps not fans of the ouroboros? – bmike Apr 12 '20 at 13:50/dev
and/private
using Terminal. – Barmar Apr 13 '20 at 15:30