设为首页  
联系我们  
加入收藏  
网页制作 冲浪宝典 图形图像 操作系统 软件教学 编程开发 认证考试 安全技术 站长专区 文学驿站 娱乐天地 游戏天地 办公软件
文章搜索
您的位置: 首页 >> 文章首页 >> 操作系统 >> Linux >> The Linux Bootdisk HOWTO 中译版
精品推荐
Linux点击TOP10
·Linux下安装LumaQQ
·口袋里的Linux:在您的U盘上运行SLAX
·Linux命令Man解释:PPPD(8) :点对点daemon协议
·虚拟网络计算工具VNC使用指南
·Linux系统中如何正确安装摄像头驱动
·Linux 核心--4.内存管理
·Linux 内核文件系统与设备操作流程分析
·Ethernet HOWTO Linux以太网-HOWTO (4)型号的信息
·Linux精彩桌面 GNOME桌面主题安装实例
·Linux下Flash/Shockwave播放器安装
操作系统点击TOP10
·Windows Vista完全硬盘安装法
·Windows Vista 激活不求人
·Windows Vista局域网网络连接设置
·Windows Vista系统动态桌面截图欣赏
·Windows XP中磁盘的分区应用
·Windows NT/2000/XP 出现蓝屏并显示“STOP 0x0000007f”错误
·让Windows XP变身Vista
·一招搞定Vista系统软件不兼容问题
·教你如何正确配置和优化Windows Vista
·只转两圈 加快Windows XP启动速度
精选专题

The Linux Bootdisk HOWTO 中译版

作者: 来源:http://www.xgdown.com/ 时间:2005-11-18 17:37:47

The Linux Bootdisk HOWTO 中译版(17)

NSS (Name Service Switch)

如果你正使用 glibc (aka libc6) ,你就必须为名称服务 (name switch) 进行预备,否则你会无法 log in 。 /etc/nsswitch.conf 这个档案控制资料库对各式服务之搜寻 (lookups) 。如果你并不打算从网路上存取服务 (比如说: DNS或 NIS 搜寻),那麽你只需要准备一个简单的 nsswitch.conf 档,这个档案看起来像这样: 



--------------------------------------------------------------------------------

     passwd:     files
     shadow:     files
     group:      files
     hosts:      files
     services:   files
     networks:   files
     protocols:  files
     rpc:        files
     ethers:     files
     netmasks:   files
     bootparams: files
     automount:  files
     aliases:    files
     netgroup:   files
     publickey:  files


--------------------------------------------------------------------------------

这样就指定每一项服务只被 local files 提供。你同时需要包括 /lib/libnss_files.so.X ,在此 X 是 1 的话是指 glibc 2.0 ,而 2 的话是指 glibc 2.1 。这个函式库将被以动态方式载入以处理档案搜寻。 

如果你打算从你的 bootdisk 存取网路,那麽你会想要制作一个更精巧复杂的 nsswitch.conf 档。细节请参考 nsswitch man page。最後,请记得你必须为你所指定的每一项 服务 (service) ,把 /lib/libnss_service.so.1 档放入 bootdisk 中。 

1.The Linux Bootdisk HOWTO 中译版(1)
2.The Linux Bootdisk HOWTO 中译版(2)
3.The Linux Bootdisk HOWTO 中译版(3)
4.The Linux Bootdisk HOWTO 中译版(4)
5.The Linux Bootdisk HOWTO 中译版(5)
6.The Linux Bootdisk HOWTO 中译版(6)
7.The Linux Bootdisk HOWTO 中译版(7)
8.The Linux Bootdisk HOWTO 中译版(8)
9.The Linux Bootdisk HOWTO 中译版(9)
10.The Linux Bootdisk HOWTO 中译版(10)
11.The Linux Bootdisk HOWTO 中译版(11)
12.The Linux Bootdisk HOWTO 中译版(12)
13.The Linux Bootdisk HOWTO 中译版(13)
14.The Linux Bootdisk HOWTO 中译版(14)
15.The Linux Bootdisk HOWTO 中译版(15)
16.The Linux Bootdisk HOWTO 中译版(16)
17.The Linux Bootdisk HOWTO 中译版(17)
18.The Linux Bootdisk HOWTO 中译版(18)
19.The Linux Bootdisk HOWTO 中译版(19)
20.The Linux Bootdisk HOWTO 中译版(20)
21.The Linux Bootdisk HOWTO 中译版(21)
22.The Linux Bootdisk HOWTO 中译版(22)
23.The Linux Bootdisk HOWTO 中译版(23)
24.The Linux Bootdisk HOWTO 中译版(24)
25.The Linux Bootdisk HOWTO 中译版(25)
26.The Linux Bootdisk HOWTO 中译版(26)
27.The Linux Bootdisk HOWTO 中译版(27)
共27页 9 7 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [278 :>

The Linux Bootdisk HOWTO 中译版 相关文章:
The Linux Bootdisk HOWTO 中译版 相关软件:
特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
转载请注明来源:http://www.xgdown.com