随笔分类 -  Linux 文件

Linux 文件
摘要:http://blog.csdn.net/kelven2004/article/details/1701930xinetd 是 inetd 的安全加强版,它内置了自己的 TCP wrapper, 可以完全替代 inetd 与 tcpd 的组合。为了因应新增的功能,xinetd 改用了一种较有灵活性的... 阅读全文
posted @ 2015-08-14 08:05 ivantang 阅读(2407) 评论(0) 推荐(0)
摘要:该文件存放硬件地址和 IP 地址的映射关系。格式如下: 00-00-00-00-00-00 0:0:0:0每一行代表一个 IP 地址。 阅读全文
posted @ 2015-07-30 12:38 ivantang 阅读(1592) 评论(0) 推荐(0)
摘要:grub-install 安装 GRUB 在第一个硬盘的 MBR:# grub-install '(hd0)'grub-install 会先搜寻设备对应的文件(/boot/grub/device.map),借此判断 BIOS 磁盘编号与Linux 设备之间的对应关系。设备对应文件的每一行各描述一个“... 阅读全文
posted @ 2015-07-26 13:23 ivantang 阅读(2353) 评论(0) 推荐(0)
摘要:在安装新硬件到 Linux 系统之前,你会想要知道当前系统的资源配置状况。 Linux 将这类信息全集中在 /proc 文件系统下。/proc 目录下的文件都是 Linux 内核虚拟出来的,当你读取它们是,内核会实时提供文件内容。借由/proc,我们可得知系统的运作状态。例如,从 /proc/int... 阅读全文
posted @ 2015-07-25 17:31 ivantang 阅读(1302) 评论(0) 推荐(0)
摘要:# This file is written by xdg-user-dirs-update# If you want to change or add directories, just edit the line you're# interested in. All local changes ... 阅读全文
posted @ 2015-07-25 17:08 ivantang 阅读(2554) 评论(0) 推荐(0)
摘要:locate 命令使用的数据库 阅读全文
posted @ 2015-07-07 19:53 ivantang 阅读(773) 评论(0) 推荐(0)