【Linux】命令 - nc

Posted by 西维蜀黍 on 2021-07-17, Last Modified on 2022-12-10

Connect to UNIX domain socket

$ nc -U /tmp/socket  #Connect to UNIX-domain stream socket
$ nc -uU /tmp/socket #Connect to UNIX-domain datagram socket

Reference