Author :
millert
Date :
2020-08-22 18:34:29
Hash :03397e00 Message :Support looking up unix domain sockets by file name.
The best that we can do is string comparison of the file name.
Previously, "fstat /var/run/foo.sock" would return no results. The
-f option still won't work for sockets since they are not file
system objects. OK kn@