| RPMのインストール |
 |
 |
 |
- rpm -i abcd
- rpm -i abcd-0.0.2
-
|
| ソースの解凍 |
 |
 |
 |
- cd /usr/src
- tar xvzf ****.tar.gz
- cd ****
- (make config)
- make
- make install
|
| ディストリビューションによるネットワークの初期化の違い |
 |
 |
 |
|
設定用ツール
| ディストリビューション |
ネットワーク設定用ツール |
| RedHat |
/sbin/netcfg |
| Slackware |
/sbin/netconfig |
| ディストリビューション |
ネットワークの初期化 |
サーバーの起動 |
| RedHat |
/etc/sysconfig/network-scripts/ifup-<ifname> |
/etc/rc.d/init.d/network |
| Slaxkware |
/etc/rc.d/rc.inet1 |
/etc/rc.d/rc.inet2 |
| Debian |
/etc/init.d/network |
/etc/init.d/netbase |
| |
|
/etc/init.d/netstd_init |
| |
|
/etc/init.d/netstd_nfs |
| |
|
/etc/init.d/netstd_misc |
|