top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is difference between ifconfig and ifup?

+8 votes
276 views

I and testing command line to up and down ethernet connection.

if I perform following, client can not re-connect.
ifconfig eth0 down
ifconfig eth0 up

if I use following, client can re-connect:
ifconfig eth0 down
ifup eth0

What difference between "ifconfig up" and "ifup"?

posted Feb 3, 2014 by Luv Kumar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+2 votes

ifup/ifdown read your sysconfig/network-scripts/ifcfg-eth# config while ifconfig does not.

answer Feb 3, 2014 by Majula Joshi
Similar Questions
0 votes

How a particular installation type affects DPDK uses within a host ?

+2 votes

When I install any Software or tool in Linux by terminal it says you need to update using

sudo apt-get update

Then I get a list of upgrades available in my Linux.

What is the difference between 'Update Manager' and terminal 'sudo apt-get update'?

+3 votes

As far as I know boot loader is the one who loads OS from ROM to RAM, then why Boot Loader is different as per OS.
And what is boot manager? Is Boot Manager is different as per OS?

+1 vote

cat /proc/meminfo
commad has given me below ouput,

MemTotal:       12136496 kB
MemFree:         9904872 kB
MemAvailable:   11123092 kB
Buffers:               0 kB

Can anyone tell me what is the difference between MemFree and MemAvailable?
Also why Buffer is showing as "0"?
Can anybody tell me what is buffer size?

...