I installed laravel 5.2 and tying to open the file structure through terminal using command: open .
, it comes with error
Couldn’t get a file descriptor referring to the console.
How can I resolve this problem? Currently I’m using ubuntu 14.04.
Advertisement
Answer
Try to use:
gnome-open .
It should work in Ubuntu.
http://www.cyberciti.biz/faq/bash-shell-open-gnome-nautilus-file-manager/