How to open UI in linux -


in windows if on command prompt (cmd), if write command

explorer . 

it open explorer current dir. there similar can linux?

xdg-open . opens default file explorer

more info here

xdg-open uses data

~/.local/share/applications/mimeapps.list 

(in cases) find correct application

the mime type directory inode/directory here


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -