6 million dollar question… want to ifdown/ifup but don’t have physical access to your server? you can ifdown and ifup in one command:
ifdown eth0 && ifup eth0
That’s how you combine more than one command in one line!
6 million dollar question… want to ifdown/ifup but don’t have physical access to your server? you can ifdown and ifup in one command:
ifdown eth0 && ifup eth0
That’s how you combine more than one command in one line!