
solaris
文章平均质量分 87
iteye_21306
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
solaris advanced
1: ifconfig show ip address: ifconfig -a disable(enable) ethernet card: ifconfig e1000g0 down (up) network service: svc:/network/physical:default network interface file: /etc/hostname. xxn...原创 2011-12-23 14:15:14 · 248 阅读 · 0 评论 -
solaris dns 配置
一般来讲在安装的时候就应该已经把nameserver相关的东西都配置好了。 不过我安装的时候配错了。。。 这是最简单的DNS静态指定IP的配置方法,目的是让「ping www.google.com」这个命令能ping通。 需要修改或者添加以下两个文件: • /etc/resolv.conf • /etc/nsswitch.conf 这里默认网卡是被安装并且被正确配置的。 /etc/resolv.c...原创 2011-11-23 16:09:33 · 255 阅读 · 0 评论 -
solaris network
configure solaris network, 1: IP configuration edit the following three files /etc/hosts /etc/hostname.e1000g0 /etc/netmasks 2:DNS configuration You need to edit below two files /etc/r...原创 2011-12-02 13:09:42 · 332 阅读 · 0 评论 -
solaris essential
1: default shell: Korn Shell 2: ONC+ : Open Network Computing 3: NIS : Network Information Service provides network information name services to clients 4: change from command-line login to X...2011-12-02 13:16:22 · 240 阅读 · 0 评论 -
solaris intermediate
1:Directory <!--WizRtf2Html Charset=0 -->Hierarchy /bin --->/usr/bin /dev---->/devices /dev logical /devices physical /etc/mnttab contains details of current mounted file s...原创 2011-12-02 13:26:04 · 282 阅读 · 0 评论