Bash Reference/Training Manuals

From Ye Ole Stash
Jump to: navigation, search


Reference

/dev

  • Some RHEL distros do not have /dev/tcp and /dev/udp that can be used in scripts. To create these do :
mknod /dev/tcp c 30 36
Personal tools