odinの玄箱の設定や状態
| 名称 | バージョン | インストール日付 |
| busybox | 1.00 | 2005/01/23 12:00 |
| groff | 1.19.1 | 2005/01/23 22:00 |
| man | 1.5p | 2005/01/24 22:00 |
| postfix | 2.1.5 | 3004/01/27 23:30 |
| bind | 8.4.6 | 2005/01/31 02:00 |
| coreutils | 5.2.1 | 2005/01/31 21:00 |
| samba | 2.2.11-ja-1.0 | 2005/02/01 07:45 |
| grep | 2.5.1a | 2005/02/01 23:00 |
| elvis | 2.2_0 | 2005/02/01 23:20 |
| time | 1.7 | 2005/02/02 23:50 |
| texinfo | 4.8 | 2005/02/03 00:15 |
| findutils | 4.2.15 | 2005/02/03 00:30 |
| apache | 2.0.52 | 2005/02/03 21:00 |
| libxml2 | 2.6.17 | 2005/02/04 05:20 |
| ncurses | 5.4 | 2005/02/04 06:00 |
| readline | 5.0 | 2005/02/04 06:20 |
| unzip | 5.51 | 2005/02/05 16:00 |
| nmap | 3.75 | 2005/02/05 22:00 |
| autoconf | 2.59 | 2005/02/07 21:50 |
| automake | 1.9.4 | 2005/02/07 21:55 |
| which | 2.16 | 2005/02/07 22:00 |
| less | 382 | 2005/02/07 22:05 |
| tar | 1.5.1 | 2005/02/07 23:00 |
| libtool | 1.5.12 | 2005/02/09 06:00 |
| gettext | 0.14 | 2005/02/09 07:00 |
| binutils | 2.15 | 2005/02/09 21:00 |
| postgreSQL | 8.0.1 | 2005/02/09 22:00 |
| php | 5.0.3 | 2005/02/10 21:10 |
| shtool | 2.0.1 | 2005/02/10 21:20 |
| sed | 4.1.4 | 2005/02/10 21:30 |
| wget | 1.9.1 | 2005/02/10 21:45 |
| psmisc | 21.5 | 2005/02/10 21:55 |
| gdb | 6.3 | 2005/02/11 04:15 |
| gawk | 3.1.4 | 2005/02/11 04:35 |
| make | 3.80 | 2005/02/11 04:50 |
| screen | 4.0.2 | 2005/02/11 06:40 |
| libpng | 1.2.6 | 2005/02/11 06:50 |
| libjpeg | v6b | 2005/02/11 07:00 |
| freetype | 2.1.9 | 2005/02/11 12:50 |
| expat | 1.95.8 | 2005/02/11 13:10 |
| fontconfig | 2.2.3 | 2005/02/11 13:30 |
| gd | 2.0.33 | 2005/02/11 13:45 |
| php | 5.0.3 | 2005/02/11 14:20 |
| procps | ||
| ruby | ||
| perl | ||
| python |
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> /dev/hda1 / ext3 defaults,noatime,errors=remount-ro 0 0 proc /proc proc defaults 0 0 none /dev/pts devpts gid=5,mode=20 0 0 /dev/hda2 swap swap defaults 0 0 /dev/hda3 /mnt ext3 defaults,noatime 0 0
| file system | mount point | type | options (カンマは全角) | dump | pass |
| /dev/hda1 | / | ext3 | defaults、noatime、errors=remount-ro | 0 | 0 |
| proc | /proc | proc | defaults | 0 | 0 |
| none | /dev/pts | devpts gid=5 | mode=20 | 0 | 0 |
| /dev/hda2 | swap | swap | defaults | 0 | 0 |
| /dev/hda3 | /mnt | ext3 | defaults、noatime | 0 | 0 |
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
. /etc/timezone
BUSYBOXBIN=/usr/sbin/busybox/bin
BUSYBOXSBIN=/usr/sbin/busybox/sbin
PATH=/usr/local/bin:/usr/bin:/bin
if [ "`id -u`" -eq 0 ]; then
PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin
PATH=$PATH:$BUSYBOXSBIN
fi
PATH=$PATH:$BUSYBOXBIN
if [ "$BASH" ]; then
PS1='\u@\H:\w\$ '
else
if [ "`id -u`" -eq 0 ]; then
PS1='# '
else
PS1='$ '
fi
fi
export PATH PS1
export GROFF_NO_SGR=1
umask 022
init-+-afpd
|-atalkd
|-cron
|-getty
|-httpd---7*[httpd]
|-inetd---in.telnetd---bash---bash---pstree
|-keventd
|-khubd
|-2*[kjournald]
|-klogd
|-lpd
|-nmbd
|-ntpd---ntpd---ntpd
|-ppc_uartd
|-smbd---smbd
|-syslogd
`-thttpd
| 状態 | uname | uid | group | home | shell | 説明 |
| 追加 | odin | 1000 | users | /home/odin | /bin/bash | 玄箱作業用ユーザ |
| 追加 | apache | 20 | apache | /tmp | apache用ユーザ | |
| 追加 | postfix | 21 | postfix | /home/postfix | postfix用ユーザ | |
| 追加 | postgres | 31 | postgres | /tmp | postgreSQL用グループ |
| 状態 | gname | gid | 説明 |
| 追加 | apache | 20 | apache用グループ |
| 追加 | postfix | 21 | postfix用グループ |
| 追加 | postdrop | 22 | postfix用グループ |
| 追加 | postgres | 31 | postgreSQL用グループ |