I am opening a unix domain socket on file system. lsof
give me this as the output.
proxyShel 27379 root 0u unix 0xe8250200 0t0 26605515 /var/lib/dsock
proxyShel 27379 root 2u unix 0xe74e4600 0t0 26606355 socket
Well, "dsock" is the socket I am listening to, but what does the second entry mean? :s