Chapter 13. Network Administration Commands and Daemons

This chapter explains the various network administration commands that a system administrator of the C5 operating system requires. In this C5 distribution, daemons are located in the directory /sbin, and other commands are in the directory /bin.

  • Interface Creation

    • chat

    • dhclient

    • gifconfig

    • ifconfig

    • pppstart

  • Administration

    • arp

    • gif

    • icmp6

    • inet6

    • netstat

    • ndp

    • nfsstat

    • ping

    • ping6

    • rpcinfo

    • route

    • tcpdump

    • traceroute

    • Name services and ypbind

  • Network Commands

    • ftpd and ftp

    • tftpd and tftp

    • sysctl

  • Daemons

    • mountd

    • nfsd

    • rpcbind

    • rtsol and rtsold

    • telnetd

[Note]Note

Note that any or all of these commands can be killed using the akill(1M). utility

13.1. chat

The chat utility handles modem connections for use with PPP. See chat(1M), pppd(1M) and pppstart (1M) for more details.

In order to use chat, you must first embed the chat process into the C5 system image.

Procedure 13.1. Embedding the chat process into the C5 system image

  1. In the build directory, edit the conf/mkimage/applications.xml file

  2. Add the chat reference in file list:

                 <type name='FileList'/>
                   <value index='size'><ref name='chat' /></value>
    
  3. You must now build or re-build the C5 system image:

    host% make chorus