[root@localhost ~]# cat /etc/redhat-release |
[root@localhost ~]# uname -a |
[root@localhost ~]# less /proc/cpuinfo |
[root@localhost ~]# less /proc/meminfo |
[root@localhost ~]# free |
[root@localhost ~]# swapon -s |
[root@localhost ~]# fdisk -l |
[root@localhost ~]# df |
[root@localhost ~]# ls -al /dev/md0 |
[root@localhost ~]# less /proc/partitions |
[root@localhost ~]# less /etc/grub.conf |
[root@localhost ~]# df /boot |
[root@localhost ~]# printenv |
[root@localhost ~]# less /etc/sysconfig/clock |
[root@localhost ~]# hostname |
[root@localhost ~]# less /etc/sysconfig/network |
[root@localhost ~]# ifconfig -a |
[root@localhost ~]# ip address show |
[root@localhost ~]# less /etc/sysconfig/network-scripts/ifcfg-eth0 |
DEVICE="eth0" BOOTPROTO=static BROADCAST=xxx.xxx.xxx.255 HWADDR="00:00:FF:00:FF:00" IPADDR=xxx.xxx.xxx.xxx NETMASK=255.255.255.0 NETWORK=xxx.xxx.xxx.0 NM_CONTROLLED="yes" ONBOOT="yes" |
[root@localhost ~]# less /etc/sysconfig/network-scripts/ifcfg-eth1 |
[root@localhost ~]# less /etc/sysconfig/network-scripts/ifcfg-eth2 |
[root@localhost ~]# ip route |
[root@localhost ~]# route -n |
[root@localhost ~]# less /etc/resolv.conf search hogehoge.local nameserver xxx.xxx.xxx.xxx |
[root@localhost ~]# less /etc/nsswitch.conf |
[root@localhost ~]# more /etc/hosts |
[root@localhost ~]# more /etc/hosts.allow |
[root@localhost ~]# more /etc/hosts.deny |
[root@localhost ~]# more /etc/logrotate.d/sysklogd.base |
[root@localhost ~]# more /etc/logrotate.conf |
[root@localhost ~]# crontab -l |
[root@localhost ~]# less /etc/nsswitch.conf |
[root@localhost ~]# getenforce |
[root@localhost ~]# chkconfig kdump --list |
[root@localhost ~]# less /etc/adjtime |
[root@localhost ~]# less /etc/group |
[root@localhost ~]# less /etc/passwd |
[root@localhost ~]# mon -v |
[root@localhost ~]# named-checkzone xxx.local /var/named/chroot/var/named/xxx.local.db |
[root@localhost ~]# more /opt/oracle/instantclient_10_2/network/admin/tnsnames.ora |