Viewing a DOCSIS configuration file requires a specialized tool.
Under Windows, you can use the tool vultureware DOCSIS Config Editor.
Under Ubuntu (native version 12.04), you can use the Open source project Docsis Project 's docsis Tools ( home page here ).
Its code was previously in Http://docsis.sourceforge.net and has now been migrated to Https://github.com/rlaager/docsis.
Depending on the tool, source download, compile and install the relevant instructions can refer to GitHub readme.md documentation.
After installing DOCSIS on Ubuntu, it is not possible to have a man out of docsis command introduction.
One way is to view manpage Docsis directly on the Ubuntu website.
Another way is to view it through the Man command under Ubuntu, and download the docsis manpage document docsis.1.gz (download link).
The specific configuration is as follows:
1. View the man path.
Env grep Mans oldpwd=/usr/share/manPWD=/usr/share/Mans/man1 #就是这个MANDATORY_PATH =/usr/share/gconf/ubuntu.mandatory.path
2, copy the downloaded docsis.1.gz with root permission to/usr/share/man/man1 , modify the document permission to 644.
[Email protected]:/usr/share/mansudochmod644 docsis. 1. gz
3, try man Docsis,ok, actually here mainly use its File view function.
Docsis-d <binary_file>
Ubuntu 12.04 viewing docsis configuration files