IFCONFIG.8
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. IFCONFIG(8)               Minix Programmer's Manual                IFCONFIG(8)
  2. NAME
  3.      ifconfig - configure a TCP/IP device
  4. SYNOPSIS
  5.      ifconfig [-I ip-device] [-h ipaddr] [-n netmask] [-iv]
  6. DESCRIPTION
  7.      Ifconfig initializes a  TCP/IP  device  setting  the  IP  address  and/or
  8.      netmask.   It  will report the address and netmask set.  This command may
  9.      be used if the system has not been configured properly yet.  It  is  only
  10.      used  at boot time to set a fixed address for a system without a physical
  11.      ethernet.  Normally the inet task will find it out  by  itself  from  the
  12.      RARP server.
  13. OPTIONS
  14.      -h   The decimal TCP/IP address to set.
  15.      -n   The netmask to set.
  16.      -i   Don't set the IP address  or  netmask  if  already  set.   This  way
  17.           ifconfig  cannot  interfere  if  the  numbers have been found out by
  18.           RARP.
  19.      -v   Report IP address and netmask.  This is the default action if  there
  20.           are no other options.
  21. SEE ALSO
  22.      hostaddr(1), rarpd(8), set_net_default(8), boot(8).
  23. AUTHOR
  24.      Kees J. Bot (kjb@cs.vu.nl)
  25.                                                                              1