Brings up the network interface
Returns:
whether the command succeeded or not
143 144 145
# File 'lib/linux_admin/network_interface.rb', line 143 def start Common.run(Common.cmd("ifup"), :params => [@interface]).success? end