My FAQ,最新最全的IT技术FAQ
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 未整理篇 | 技术讨论
  当前位置: > 教育认证 > 其他认证
SCSA PART 1 Test1# C
作者:未知 时间:2005-09-13 23:53 出处:Blog.ChinaUnix.net 责编:My FAQ
              摘要:SCSA PART 1 Test1# C

Re-tested today, and the score is 82%

1. The values of tape density designator:

    "l" stands for low;  "m' stands for medium, "h" for high, "c" for compressed, and "u" for ultra-compressed.

2. The ufsboot program is responsible for loading the two-part kernel genunix and unix.

    The bootblk is the primary boot program used to load the secondary boot program ufsboot. bootblk is loaded by the PROM from the boot secor of the boot device.

     installboot is a Solaris command used to install the bootblk on a disk partition.

3. In the vi editor, "Y" and "yy" can copy the contents of the current line into the buffer.

    "C" is used to change the characters from the cursor to the end of the current line.

     "^V" is invoked if the user needs to quote a non-printable (usually a control) character.

4. Light weight process is a virtual CPU or execution resource. LWPs are scheduled by the kernel to use available CPU resources based on their scheduling class and priority.

5. The fsck utility is run on unmounted fiesystems to check for corruption. It checks: blocks and sizes, pathnames, connectivity, reference counts, and cylinder groups.

6. Files with extensions of .PatchReport are patch informational documents for a particular patch release. such as: Solaris8.PatchReport.

7. Every user on a system must have a unique name that sets it apart from other accounts on the system. UIDs do not necessarily have to be nique (and can be created using the -o option of useradd).

 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 myfaq.com.cn All rights reserved. www.myfaq.com.cn 版权所有