using command line, how can i open a window containing the folder?
I am looking for a unix command similar to Mac:
$> open /tmp
That command will open /tmp in an (UI) window.
So what's the equivalent in linux? I am currently using Debian.
To open a folder (or any type of file/URL) with the preferred application in a Desktop Environment independent way, use xdg-open:
xdg-open /tmp
In Ubuntu, with Gnome, you'd do
nautilus /tmp
Under KDE, I guess you'd do
konqueror /tmp
This blog post talks about alternatives to nautilus and konqueror.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With