Inetutils is a collection of common network programs, including ftp, telnet, rsh, rlogin, tftp and the corresponding daemons.
Inetutils is a collection of common network programs, including ftp, telnet, rsh, rlogin, tftp and the corresponding daemons. Other tools include hostname, ifconfig, logger, ping, ping6, rcp, rexec, talk, and traceroute. Additional daemons include inetd, rexecd, syslogd and uucpd.
Inetutils is a collection of common network programs, including ftp, telnet, rsh, rlogin, tftp and the corresponding daemons. Other tools include hostname, ifconfig, logger, ping, ping6, rcp, rexec, talk, and traceroute. Additional daemons include inetd, rexecd, syslogd and uucpd.
To install inetutils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install inetutils
To see what files were installed by inetutils, run:
port contents inetutils
To later upgrade inetutils, run:
sudo port selfupdate && sudo port upgrade inetutils
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.