软讯网络 > 操作系统 > 其他操作系统 > solaris与hp-ux
【标 题】:solaris与hp-ux
【关键字】:
solaris,hp-ux
【来 源】:http://www.cublog.cn/u/20228/showart.php?id=277015
solaris与hp-ux
solaris与hp-ux不同之处
一、系统日志文件
solaris
/var/adm/messages
hp-ux
/var/adm/syslog/syslog.log
二、网络配置文件
solaris
/etc/hosts
/etc/netmasks
/etc/defaultrouter
hp-ux
/etc/rc.config.d/netconf
三、查看文件系统
solaris
df -k
hp-ux
bdf
四、自动加载文件系统文件
solaris
/etc/vfstab
hp-ux
/etc/fstab
日后待增加~~~