Infra Architecture/linux
How to open a TCP/UDP socket in a bash shell
물극필반99
2021. 7. 6. 09:29
반응형
https://admin-ahead.com/forum/general-linux/how-to-open-a-tcpudp-socket-in-a-bash-shell/
How to open a TCP/UDP socket in a bash shell - General Linux - Admin-Ahead Community
How to open a TCP/UDP socket in a bash shell Open or Close a TCP/UDP Socket in Bash Shell In a nutshell, you can open a TCP/UDP socket using the following syntax in the bash shell. $ exec {file-descriptor}<>/dev/{protocol}/{host}/{port} The "file descripto
admin-ahead.com
반응형