Guest User

Untitled

a guest
Jan 13th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. IFCONFIG(8) Linux Programmer's Manual IFCONFIG(8)
  2.  
  3. NAME
  4. ifconfig - configure a network interface
  5.  
  6. SYNOPSIS
  7. ifconfig [-v] [-a] [-s] [interface]
  8. ifconfig [-v] interface [aftype] options | address ...
  9.  
  10. DESCRIPTION
  11. Ifconfig is used to configure the kernel-resident network interfaces.
  12. It is used at boot time to set up interfaces as necessary. After that,
  13. it is usually only needed when debugging or when system tuning is
  14. needed.
  15.  
  16. If no arguments are given, ifconfig displays the status of the cur‐
  17. rently active interfaces. If a single interface argument is given, it
  18. displays the status of the given interface only; if a single -a argu‐
  19. ment is given, it displays the status of all interfaces, even those
  20. that are down. Otherwise, it configures an interface.
Add Comment
Please, Sign In to add comment