网络与通信技术实用指南
1. 系统文件与天线多样性设置
在系统操作中,我们可以对 /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
6081
超级会员免费看
订阅专栏 解锁全文

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



