SUSE:Available Document
SUSE提供了在线的帮助文档。
可以通过官方网站访问到:
http://www.suse.com/documentation
对于已经装好的SUSE系统来说,它也有PDF的帮助文档:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
SUSE1:~ # ls -ltr /usr/share/doc/manual/ total 0 drwxr-xr-x 1 root root 34 Dec 12 15:07 sles-admin_en-pdf drwxr-xr-x 1 root root 44 Dec 12 15:07 sles-deployment_en-pdf drwxr-xr-x 1 root root 48 Dec 12 15:07 sles-installquick_en-pdf drwxr-xr-x 1 root root 40 Dec 12 15:07 sles-security_en-pdf drwxr-xr-x 1 root root 38 Dec 12 15:07 sles-storage_en-pdf drwxr-xr-x 1 root root 36 Dec 12 15:07 sles-tuning_en-pdf drwxr-xr-x 1 root root 11902 Dec 12 15:10 sles-manuals_en SUSE1:~ # SUSE1:~ # du -sh /usr/share/doc/manual/ 54M /usr/share/doc/manual/ SUSE1:~ # SUSE1:~ # du -sh /usr/share/doc/manual/* 6.4M /usr/share/doc/manual/sles-admin_en-pdf 6.5M /usr/share/doc/manual/sles-deployment_en-pdf 1.6M /usr/share/doc/manual/sles-installquick_en-pdf 33M /usr/share/doc/manual/sles-manuals_en 3.4M /usr/share/doc/manual/sles-security_en-pdf 2.4M /usr/share/doc/manual/sles-storage_en-pdf 1.4M /usr/share/doc/manual/sles-tuning_en-pdf SUSE1:~ # |
对于一般的其他的版本的Linux来说,帮助文档可能是HTML格式的,或者只是文本文件格式的。
相比SUSE的方式来说,用户体验差一些:
CentOS or RHEL:
1 2 3 4 5 6 7 8 9 10 11 12 |
[oracle@*** ~]$ ll /usr/share/doc/zip-2.31/ total 188 -rw-r--r-- 1 root root 3395 Dec 14 1996 algorith.txt -rw-r--r-- 1 root root 356 Dec 14 1996 BUGS -rw-r--r-- 1 root root 60168 Mar 9 2005 CHANGES -rw-r--r-- 1 root root 2692 Apr 10 2000 LICENSE -rw-r--r-- 1 root root 40079 Feb 28 2005 MANUAL -rw-r--r-- 1 root root 8059 Feb 27 2005 README -rw-r--r-- 1 root root 3149 Feb 21 2005 TODO -rw-r--r-- 1 root root 2000 Mar 9 2005 WHATSNEW -rw-r--r-- 1 root root 19032 Apr 19 2000 WHERE [oracle@*** ~]$ |
——————————
Done。