"bounce" a nic in one command?

'Forum Post ulist at gs1.ubuntuforums.org
Wed Dec 14 06:02:11 UTC 2005


Putting it into a bash script would work just as well, and can be saved
for later

Code:
--------------------
    #!/bin/bash
  
  ifdown eth0
  ifup eth0
  
--------------------


-- 
atoponce




More information about the ubuntu-users mailing list