#
# Utility programs for Digi CM. 
#

* fuser 
    - Identify processes using files or sockets
* ip
    - TCP/IP interface configuration and routing utility
* netstat  
    - Print network connections, routing tables, interface statistics,
      masquerade connections, and multicast memberships
* routed 
    - Network routing daemon
* usermod 
    - Modify a user account
* editline
     - Digi CM configuration utility program.
* ldapsearch
     - Digi CM LDAP authentication client program.
* netcx
     - Digi CM RealPort daemon.

You can test above programs after copying each one to /usr2 directory of CM.
No further configuration is needed.
	
* ftpd 
    - ftp daemon

   You can test ftpd after copying related files(ftpd,atpaccess) to 
   /usr2 directory of CM.

   Please complete following step to run ftpd in CM.
   1. copy ftpd and ftpaccess files to /usr2/ directory of CM
   2. copy ftpaccess to /etc/ directory of CM
   3. modify ftp configuration in /etc/inetd.conf as follows,
	# See "man 8 inetd" for more information.
	ftp     stream  tcp     nowait  root    /usr/sbin/tcpd  /usr2/ftpd
	#telnet stream  tcp     nowait  root    /bin/vts3200.telnetd
	...
   4. restart inetd service as follows,
   # killall inetd     
   # /usr/sbin/inetd  	
	   
