Answers for "linux open directory from terminal"

3

linux open directory from terminal

nautilus .
Posted by: Guest on June-24-2021
3

open folder from terminal in kali

xdg-open .
Posted by: Guest on October-12-2020
3

ubuntu open directory from terminal

xdg-open folder_name
Posted by: Guest on June-18-2020
1

how to open directory in linux using command

Just use "open [path_to_dir]" in Unix or "start [path_to_dir]" in Windows as:
open .	#Open current directdory in Unix
start . #Open current directory in Windows
Posted by: Guest on October-25-2020

Code answers related to "linux open directory from terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language