Answers for "open folder in gui from terminal linux"

0

open folder in gui from terminal linux

;'
xdg-open is part of the xdg-utils package, 
which is commonly installed by default in many 
distributions (including Ubuntu). It is designed 
to work for multiple desktop environments, 
calling the default handler for the file type in 
your desktop environment.

Try runing the xdg-open command followed by the directory path/name:
'

xdg-open [directory name]
Posted by: Guest on March-03-2022

Code answers related to "open folder in gui from terminal linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language