When I used the netstat -a command to check for active connections, I encountered this entry under active unix domains sockets(servers and established)
Proto Refcnt Flags Type State I-node Path
unix 2 [ ] DGRAM 32773 @@@@2@@��@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
I am new to networking. What is implied by this?
netstat -a | grep -e Path -e '@@@@'command in my Ubuntu 20.04 notebook: ```Proto RefCnt Flags Type State I-Node Path unix 5 [ ] DGRAM 47263 @var/run/nvidia-xdriver-24776835@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ unix 3 [ ] DGRAM 29074 @var/run/nvidia-xdriver-cd91bb22@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ – FedKad Jun 03 '20 at 16:24| hdso we can see the details of these strange characters? – FedKad Jun 03 '20 at 16:27Binary File(Standard Input) matches. – ddehhiorrty Jun 03 '20 at 16:33netstat -a | grep -e '@@@@' | hd? – FedKad Jun 03 '20 at 16:4000000000 42 69 6e 61 72 79 20 66 69 6c 65 20 28 73 74 61 |Binary file (sta| 00000010 6e 64 61 72 64 20 69 6e 70 75 74 29 20 6d 61 74 |ndard input) mat| 00000020 63 68 65 73 0a |ches.| 00000025– ddehhiorrty Jun 03 '20 at 16:45netstator the network stack in your system. Does this persist reboots? I upvoted your question too... – FedKad Jun 03 '20 at 16:48