CentOS のインストール後(シリアルコンソール接続後)の状態。
ttyの状況。
[root@vbox01 ~]# ps -aef | grep tty
root 1255 1 0 20:29 tty1 00:00:00 /sbin/mingetty /dev/tty1
root 1257 1 0 20:29 tty2 00:00:00 /sbin/mingetty /dev/tty2
root 1265 1252 0 20:29 ttyS0 00:00:00 -bash
root 1475 1 0 20:46 ? 00:00:00 /sbin/mingetty dev/ttyS0
root 1476 1265 8 20:46 ttyS0 00:00:00 ps -aef
root 1477 1265 2 20:46 ttyS0 00:00:00 grep tty
[root@vbox01 ~]#
ネットワークの状態。
html2 plugin Error : このプラグインで利用できない命令または文字列が入っています。
ルート情報。
[root@vbox01 ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.2.0 * 255.255.255.0 U 0 0 0 eth0
192.168.56.0 * 255.255.255.0 U 0 0 0 eth1
link-local * 255.255.0.0 U 1002 0 0 eth0
link-local * 255.255.0.0 U 1003 0 0 eth1
default 10.0.2.2 0.0.0.0 UG 0 0 0 eth0
[root@vbox01 ~]#
サービス情報。
[root@vbox01 ~]# chkconfig --list
auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
cgconfig 0:off 1:off 2:off 3:off 4:off 5:off 6:off
cgred 0:off 1:off 2:off 3:off 4:off 5:off 6:off
fcoe 0:off 1:off 2:on 3:on 4:on 5:on 6:off
ip6tables 0:off 1:off 2:on 3:on 4:on 5:on 6:off
iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off
iscsi 0:off 1:off 2:off 3:on 4:on 5:on 6:off
iscsid 0:off 1:off 2:off 3:on 4:on 5:on 6:off
lldpad 0:off 1:off 2:on 3:on 4:on 5:on 6:off
lvm2-monitor 0:off 1:on 2:on 3:on 4:on 5:on 6:off
multipathd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
netconsole 0:off 1:off 2:off 3:off 4:off 5:off 6:off
netfs 0:off 1:off 2:off 3:on 4:on 5:on 6:off
network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
nfs 0:off 1:off 2:off 3:off 4:off 5:off 6:off
nfslock 0:off 1:off 2:off 3:on 4:on 5:on 6:off
rdisc 0:off 1:off 2:off 3:off 4:off 5:off 6:off
restorecond 0:off 1:off 2:off 3:off 4:off 5:off 6:off
rpcbind 0:off 1:off 2:on 3:on 4:on 5:on 6:off
rpcgssd 0:off 1:off 2:off 3:on 4:on 5:on 6:off
rpcidmapd 0:off 1:off 2:off 3:on 4:on 5:on 6:off
rpcsvcgssd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
rsyslog 0:off 1:off 2:on 3:on 4:on 5:on 6:off
sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
udev-post 0:off 1:on 2:on 3:on 4:on 5:on 6:off
[root@vbox01 ~]#
ユーザ情報。
[root@vbox01 ~]# cat /etc/passwd
root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/bin:/sbin/nologin
daemon:x:2:2:daemon:/sbin:/sbin/nologin
adm:x:3:4:adm:/var/adm:/sbin/nologin
lp:x:4:7:lp:/var/spool/lpd:/sbin/nologin
sync:x:5:0:sync:/sbin:/bin/sync
shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown
halt:x:7:0:halt:/sbin:/sbin/halt
mail:x:8:12:mail:/var/spool/mail:/sbin/nologin
uucp:x:10:14:uucp:/var/spool/uucp:/sbin/nologin
operator:x:11:0:operator:/root:/sbin/nologin
games:x:12:100:games:/usr/games:/sbin/nologin
gopher:x:13:30:gopher:/var/gopher:/sbin/nologin
ftp:x:14:50:FTP User:/var/ftp:/sbin/nologin
nobody:x:99:99:Nobody:/:/sbin/nologin
vcsa:x:69:69:virtual console memory owner:/dev:/sbin/nologin
rpc:x:32:32:Rpcbind Daemon:/var/cache/rpcbind:/sbin/nologin
rpcuser:x:29:29:RPC Service User:/var/lib/nfs:/sbin/nologin
nfsnobody:x:65534:65534:Anonymous NFS User:/var/lib/nfs:/sbin/nologin
sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin
[root@vbox01 ~]#
グループ情報。
[root@vbox01 ~]# cat /etc/group
root:x:0:root
bin:x:1:root,bin,daemon
daemon:x:2:root,bin,daemon
sys:x:3:root,bin,adm
adm:x:4:root,adm,daemon
tty:x:5:
disk:x:6:root
lp:x:7:daemon,lp
mem:x:8:
kmem:x:9:
wheel:x:10:root
mail:x:12:mail
uucp:x:14:uucp
man:x:15:
games:x:20:
gopher:x:30:
video:x:39:
dip:x:40:
ftp:x:50:
lock:x:54:
audio:x:63:
nobody:x:99:
users:x:100:
floppy:x:19:
vcsa:x:69:
utmp:x:22:
utempter:x:35:
rpc:x:32:
cdrom:x:11:
tape:x:33:
dialout:x:18:
rpcuser:x:29:
nfsnobody:x:65534:
sshd:x:74:
cgred:x:499:
[root@vbox01 ~]#
プロセス情報。
[root@vbox01 ~]# ps -aef
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 20:28 ? 00:00:05 /sbin/init
root 2 0 0 20:28 ? 00:00:00 [kthreadd]
root 3 2 0 20:28 ? 00:00:00 [migration/0]
root 4 2 0 20:28 ? 00:00:00 [ksoftirqd/0]
root 5 2 0 20:28 ? 00:00:00 [migration/0]
root 6 2 0 20:28 ? 00:00:00 [watchdog/0]
root 7 2 0 20:28 ? 00:00:00 [events/0]
root 8 2 0 20:28 ? 00:00:00 [cpuset]
root 9 2 0 20:28 ? 00:00:00 [khelper]
root 10 2 0 20:28 ? 00:00:00 [netns]
root 11 2 0 20:28 ? 00:00:00 [async/mgr]
root 12 2 0 20:28 ? 00:00:00 [pm]
root 13 2 0 20:28 ? 00:00:00 [sync_supers]
root 14 2 0 20:28 ? 00:00:00 [bdi-default]
root 15 2 0 20:28 ? 00:00:00 [kintegrityd/0]
root 16 2 0 20:28 ? 00:00:00 [kblockd/0]
root 17 2 0 20:28 ? 00:00:00 [kacpid]
root 18 2 0 20:28 ? 00:00:00 [kacpi_notify]
root 19 2 0 20:28 ? 00:00:00 [kacpi_hotplug]
root 20 2 0 20:28 ? 00:00:00 [ata/0]
root 21 2 0 20:28 ? 00:00:00 [ata_aux]
root 22 2 0 20:28 ? 00:00:00 [ksuspend_usbd]
root 23 2 0 20:28 ? 00:00:00 [khubd]
root 24 2 0 20:28 ? 00:00:00 [kseriod]
root 25 2 0 20:28 ? 00:00:00 [md/0]
root 26 2 0 20:28 ? 00:00:00 [md_misc/0]
root 27 2 0 20:28 ? 00:00:00 [khungtaskd]
root 28 2 0 20:28 ? 00:00:00 [kswapd0]
root 29 2 0 20:28 ? 00:00:00 [ksmd]
root 30 2 0 20:28 ? 00:00:00 [aio/0]
root 31 2 0 20:28 ? 00:00:00 [crypto/0]
root 36 2 0 20:28 ? 00:00:00 [kthrotld/0]
root 38 2 0 20:28 ? 00:00:00 [kpsmoused]
root 39 2 0 20:28 ? 00:00:00 [usbhid_resumer]
root 70 2 0 20:28 ? 00:00:00 [iscsi_eh]
root 74 2 0 20:28 ? 00:00:00 [cnic_wq]
root 86 2 0 20:28 ? 00:00:00 [kstriped]
root 180 2 0 20:28 ? 00:00:00 [scsi_eh_0]
root 182 2 0 20:28 ? 00:00:00 [scsi_eh_1]
root 193 2 0 20:28 ? 00:00:00 [scsi_eh_2]
root 250 2 0 20:28 ? 00:00:00 [kdmflush]
root 252 2 0 20:28 ? 00:00:00 [kdmflush]
root 271 2 0 20:28 ? 00:00:00 [jbd2/dm-0-8]
root 272 2 0 20:28 ? 00:00:00 [ext4-dio-unwrit]
root 356 1 0 20:29 ? 00:00:00 /sbin/udevd -d
root 638 356 0 20:29 ? 00:00:00 /sbin/udevd -d
root 667 2 0 20:29 ? 00:00:00 [jbd2/sda1-8]
root 668 2 0 20:29 ? 00:00:00 [ext4-dio-unwrit]
root 703 2 0 20:29 ? 00:00:00 [kauditd]
root 717 2 0 20:29 ? 00:00:00 [flush-253:0]
root 936 1 0 20:29 ? 00:00:00 /sbin/dhclient -1 -q -lf /var/li
root 1023 1 0 20:29 ? 00:00:00 /sbin/dhclient -1 -q -lf /var/li
root 1072 1 0 20:29 ? 00:00:00 auditd
root 1089 1 0 20:29 ? 00:00:00 /sbin/rsyslogd -i /var/run/syslo
rpc 1114 1 0 20:29 ? 00:00:00 rpcbind
rpcuser 1133 1 0 20:29 ? 00:00:00 rpc.statd
root 1157 2 0 20:29 ? 00:00:00 [rpciod/0]
root 1161 1 0 20:29 ? 00:00:00 rpc.idmapd
root 1183 1 0 20:29 ? 00:00:00 lldpad -d
root 1193 2 0 20:29 ? 00:00:00 [scsi_tgtd/0]
root 1194 2 0 20:29 ? 00:00:00 [fc_exch_workque]
root 1195 2 0 20:29 ? 00:00:00 [fc_rport_eq]
root 1197 2 0 20:29 ? 00:00:00 [fcoethread/0]
root 1198 2 0 20:29 ? 00:00:00 [bnx2fc]
root 1199 2 0 20:29 ? 00:00:00 [bnx2fc_l2_threa]
root 1200 2 0 20:29 ? 00:00:00 [bnx2fc_thread/0]
root 1203 1 0 20:29 ? 00:00:00 /usr/sbin/fcoemon --syslog
root 1239 1 0 20:29 ? 00:00:00 /usr/sbin/sshd
root 1252 1 0 20:29 ? 00:00:00 login -- root
root 1255 1 0 20:29 tty1 00:00:00 /sbin/mingetty /dev/tty1
root 1257 1 0 20:29 tty2 00:00:00 /sbin/mingetty /dev/tty2
root 1260 356 0 20:29 ? 00:00:00 /sbin/udevd -d
root 1265 1252 0 20:29 ttyS0 00:00:00 -bash
root 1693 1 1 21:02 ? 00:00:00 /sbin/mingetty dev/ttyS0
root 1694 1265 0 21:02 ttyS0 00:00:00 ps -aef
[root@vbox01 ~]#
最終更新:2012年03月29日 21:16