无线接入点与VoIP服务器配置指南
1. 系统配置与无线设置
1.1 /etc/hostname 配置
可以将 /etc/hostname 设置为不可变(移除指向 /rw/etc/hostname 的符号链接),或者编辑 /ro/etc/hostname 。文件系统如此设置是为了减少写入操作,因为Compact Flash支持的写入次数有限。可以使用 find 命令查看 /etc 目录下哪些文件是符号链接,命令如下:
pyramid:~# find /etc -maxdepth 1 -type l -ls
可能的输出示例如下:
6051 0 lrwxrwxrwx 1 root root 14 Oct 4 2006 /etc/mtab -> ../proc/mounts
6052 0 lrwxrwxrwx 1 root root 21 Oct 4 2006 /etc/resolv.conf -> ../rw/etc/resolv.conf
6079 0 lrwxrwxrwx 1 root root 30 Dec 31 2006 /etc/localtime -> /usr/share/zoneinfo/US/Pacific
超级会员免费看
订阅专栏 解锁全文
43

被折叠的 条评论
为什么被折叠?



