Local links ( in browsers ) on *nix systems

3

On Windows I can access files directly from the browser ( or at least I have it configured currently, forget if it was native like this ) with the file:// protocol, so I can access files from say the C drive.

I'm wondering what the equivalent would be to accessing my files from the browser, if at all possible on a *nix system such as Debian.

meder omuraliev

Posted 2009-08-18T17:49:30.893

Reputation: 1 609

Answers

8

Try file:///.

example:

file:///home/username/

of course, replacing username with your username.

John T

Posted 2009-08-18T17:49:30.893

Reputation: 149 037

5Notice that the third slash simply signifies the file system root. – Stephan202 – 2009-08-18T18:00:35.333

3Works in lynx! What more do you need? – Jack M. – 2009-08-18T18:10:59.323