In Windows, I am able to create a bookmark in any browser to a file on a network share, like so:
file://network/path/to/file/example.htm
This works well in Windows because it avoids needing a complicated content server to serve up basic pages. The bigger reason is that it's a corporate network and we can't have a web server.
Is there a way this can be done similarly in Linux and OS X? Samba is installed, but how could the URL be formatted to point to the file on the Windows share?
