The Bourne shell scripts /etc/nsfast and /etc/nsadmin are included in this release. These scripts can only be run by root and are used to start and stop the server, enable and disable automatic startup, and query the Administration server, and the port 80 and and other FastTrack server instances.
To enable or disable automatic startup of the port 80 public
HTTP server, issue these commands as root:
/usr/sbin/nsfast enable [80]
/usr/sbin/nsfast disable [80]
To enable or disable automatic startup of the Netscape Administration
server, issue the commands:
/usr/sbin/nsadmin enable
/usr/sbin/nsadmin disable
To start, stop or query the port 80 or other public servers, run:
/usr/sbin/nsfast stop [80]
/usr/sbin/nsfast start [80]
/usr/sbin/nsfast query [80]
To start, stop or query the Administration Server, run:
/usr/sbin/nsadmin stop
/usr/sbin/nsadmin start
/usr/sbin/nsadmin query
See nsadmin(1M) and nsfast(1M) for full details.