Linux: Create /dev/tcp Device

Objective: On Linux, create /dev/tcp character device if it’s missing or if it’s not enabled by default.

The /dev/tcp file is a character device on Linux with major, minor IDs of 30 and 36. To create the device on Linux, run the following command on a shell terminal as root.

Once the device has been created, verify that the device has been created using ls.

The Linux Device List contains the list of major, minor numbers of supported devices on Linux.

ibrahim = { interested_in(unix, linux, android, open_source, reverse_engineering); coding(c, shell, php, python, java, javascript, nodejs, react); plays_on(xbox, ps4); linux_desktop_user(true); }