September 2000
Beginner
1312 pages
33h 47m
English
/usr/sbin/ndd [-set] driver parameter [value]
Usually, system parameters are configured and set in shell scripts that are executed by init when the system is booted. Use the ndd command to get and set selected configuration parameters in some kernel drivers. Currently, ndd supports only the drivers that implement the TCP/IP Internet protocol family. Each driver chooses which parameters to make visible with ndd. Because these parameters are usually tightly coupled to the implementation, they are likely to change from release to release. Some parameters may be read-only.
If you specify the -set option, ndd queries the named driver, retrieves the value associated with the specified ...