查看/etc/hosts中hostname对应的IP地址
cat /etc/hosts|grep -E -v "^$|^#"
查看informix数据库sqlhosts文件
cat /home/informix/etc/sqlhosts|grep -E -v "^$|^#"
查看tcp端口号配置
cat /etc/services|grep -E -v "^$|^#"
查看/etc/hosts中hostname对应的IP地址
cat /etc/hosts|grep -E -v "^$|^#"
查看informix数据库sqlhosts文件
cat /home/informix/etc/sqlhosts|grep -E -v "^$|^#"
查看tcp端口号配置
cat /etc/services|grep -E -v "^$|^#"