Entry
Operating system: Linux: Network: Stop/Start: How to stop/start/restart network from command line?
Nov 22nd, 2003 13:11
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 22 November 2003 - 09:55 pm -------------------
Operating system: Linux: Network: Stop/Start: How to
stop/start/restart network from command line?
---
#to start your network in Linux, type the command in a console:
service network start
---
#to stop your network in Linux, type the command in a console:
service network stop
---
#to restart your network in Linux, type the command in a console:
service network restart
---
---
Tested in:
Linux Debian v3: command 'service' unknown
Linux Mandrake v9: works OK
Linux Red Hat v9: works OK
Linux Slackware v9: command 'service' unknown
Linux SuSE v9: command 'service' unknown
Linux Turbolinux v8: works OK
---
---
Internet: see also:
---
[Internet: source: http://www.google.com search for 'how to change
network settings command line linux':
http://www.informit.com/isapi/guide~linux/seq_id~61/guide/content.asp]
----------------------------------------------------------------------