I am trying to open a file which is on the local disk on firefox using html on a ubuntu machine. But, I am facing file not found error. My code is as follows:
<body>
<a href="/home/abc/workspace/logfile.log">LOG FILE</a>
</body>
I tried using file:/// but still the file is not getting opened.