How do I open Dolphin in a certain folder from the terminal?

I would like to add a starter icon to my task bar that runs dolphin but initially starts in a folder I would like to specify

the Dolphin Handbook doesn't explain this.


Try this in the terminal: dolphin /usr/home/ (choose your own path). For more information, read the man page (also available online: http://manpages.ubuntu.com/manpages/hardy/man1/dolphin.1.html).


If you would like to open dolphin from your current path in your terminal just use,

dolphin . &