[HOME] [戻る]

玄箱の状態(odin)

目次

odinの玄箱の設定や状態

インストール済み

名称バージョンインストール日付
busybox1.002005/01/23 12:00
groff1.19.12005/01/23 22:00
man1.5p2005/01/24 22:00
postfix2.1.53004/01/27 23:30
bind8.4.62005/01/31 02:00
coreutils5.2.12005/01/31 21:00
samba2.2.11-ja-1.02005/02/01 07:45
grep2.5.1a2005/02/01 23:00
elvis2.2_02005/02/01 23:20
time1.72005/02/02 23:50
texinfo4.82005/02/03 00:15
findutils4.2.152005/02/03 00:30
apache2.0.522005/02/03 21:00
libxml22.6.172005/02/04 05:20
ncurses5.42005/02/04 06:00
readline5.02005/02/04 06:20
unzip5.512005/02/05 16:00
nmap3.752005/02/05 22:00
autoconf2.592005/02/07 21:50
automake1.9.42005/02/07 21:55
which2.162005/02/07 22:00
less3822005/02/07 22:05
tar1.5.12005/02/07 23:00
libtool1.5.122005/02/09 06:00
gettext0.142005/02/09 07:00
binutils2.152005/02/09 21:00
postgreSQL8.0.12005/02/09 22:00
php5.0.32005/02/10 21:10
shtool2.0.12005/02/10 21:20
sed4.1.42005/02/10 21:30
wget1.9.12005/02/10 21:45
psmisc21.52005/02/10 21:55
gdb6.32005/02/11 04:15
gawk3.1.42005/02/11 04:35
make3.802005/02/11 04:50
screen4.0.22005/02/11 06:40
libpng1.2.62005/02/11 06:50
libjpegv6b2005/02/11 07:00
freetype2.1.92005/02/11 12:50
expat1.95.82005/02/11 13:10
fontconfig2.2.32005/02/11 13:30
gd2.0.332005/02/11 13:45
php5.0.32005/02/11 14:20
procps
ruby
perl
python

fstab

# /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 systemmount pointtypeoptions (カンマは全角)dumppass
/dev/hda1/ext3defaults、noatime、errors=remount-ro00
proc/procprocdefaults00
none/dev/ptsdevpts gid=5mode=2000
/dev/hda2swapswapdefaults00
/dev/hda3/mntext3defaults、noatime00

/etc/profile

# /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

pstree -A

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

追加変更したユーザ

状態unameuidgrouphomeshell説明
追加odin1000users/home/odin/bin/bash玄箱作業用ユーザ
追加apache20apache/tmp apache用ユーザ
追加postfix21postfix/home/postfix postfix用ユーザ
追加postgres31postgres/tmp postgreSQL用グループ

追加変更したグループ

状態gnamegid説明
追加apache20apache用グループ
追加postfix21postfix用グループ
追加postdrop22postfix用グループ
追加postgres31postgreSQL用グループ

2005/02/11
ご意見・ご感想は,こちらの掲示板 まで.