Estimated build time: 1 minute Estimated required disk space: 1 MB |
Install Netkit-base by running the following commands:
./configure && make && make install && cd etc.sample && cp services protocols /etc |
There are other files in the etc.sample directory which might be of interest to you.
inetd and ping
inetd is the mother of all daemons. It listens for connections, and transfers the call to the appropriate daemon.
ping sends ICMP ECHO_REQUEST packets to a host and determines its response time.
Netkit-base-0.17 needs the following to be installed:
bash: sh
binutils: as, ld, strip
fileutils: cp, install, rm
make: make
gcc: cc1, collect2, cpp0, gcc
sed: sed
sh-utils: date
textutils: cat