Utilities included in CM_utility.tar file are cron, fuser and netstat.


cron - daemon to execute scheduled commands (Vixie Cron)

You can test cron utility using the files under 'cron' directory.
Please complete following step to run cron.
   1. copy files under utility/cron directory to /usr2/ directory of CM
   2. run cron daemon in CLI of CM
        # /usr2/cron If you want cron to start at boot up add  /usr2/cron to /usr2/rc.user
   3. install cron job table using crontab 
       # crontab samplecrontab_file
Sample "samplecrontab_file" makes /tmp/current_date file every 2 minutes.
Please note that editing crotab file using crontab(crontab -e file) is not supported.
To edit crotab file please use vi editor in the CLI.


fuser - identify processes using files or sockets

You can test this binary after copying it to /usr2 directory of CM. 
No further configuration is needed.


netstat  - Print network connections, routing tables, interface statistics,
           masquerade connections, and multicast memberships

You can test this binary after copying it to /usr2 directory of CM. 
No further configuration is needed.



