Hacker News new | ask | show | jobs
by __z 4008 days ago
what does [wow](file:///etc/passwd) do?
1 comments

"wow" will appear as a link with a URL pointing to the file on your local disk /etc/passwd. In UNIX/Linux /etc/passwd is a plaintext file used to list users accounts. In the old days it would store their password, too.

https://en.wikipedia.org/wiki/Passwd#Password_file

ah... I didn't recognize it as markdown.