Skip to content
Advertisement

Couldn’t get a file descriptor referring to the console while trying to open filestructure of laravel using terminal

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.

Screenshot

Advertisement

Answer

Try to use:

gnome-open .

It should work in Ubuntu.

http://www.cyberciti.biz/faq/bash-shell-open-gnome-nautilus-file-manager/

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement