随笔分类 - Linux 文件
Linux 文件
摘要:http://blog.csdn.net/kelven2004/article/details/1701930xinetd 是 inetd 的安全加强版,它内置了自己的 TCP wrapper, 可以完全替代 inetd 与 tcpd 的组合。为了因应新增的功能,xinetd 改用了一种较有灵活性的...
阅读全文
摘要:该文件存放硬件地址和 IP 地址的映射关系。格式如下: 00-00-00-00-00-00 0:0:0:0每一行代表一个 IP 地址。
阅读全文
摘要:grub-install 安装 GRUB 在第一个硬盘的 MBR:# grub-install '(hd0)'grub-install 会先搜寻设备对应的文件(/boot/grub/device.map),借此判断 BIOS 磁盘编号与Linux 设备之间的对应关系。设备对应文件的每一行各描述一个“...
阅读全文
摘要:在安装新硬件到 Linux 系统之前,你会想要知道当前系统的资源配置状况。 Linux 将这类信息全集中在 /proc 文件系统下。/proc 目录下的文件都是 Linux 内核虚拟出来的,当你读取它们是,内核会实时提供文件内容。借由/proc,我们可得知系统的运作状态。例如,从 /proc/int...
阅读全文
摘要:# 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 ...
阅读全文
摘要:locate 命令使用的数据库
阅读全文

浙公网安备 33010602011771号