Networking :: service network start ???
What is the DSL syntax for services?
commands like:
service network start
rcnetwork start
Those don't seem to be working.
In general, you can look in /etc/init.d
Those commands that you are thinking of are probably specific to another distro.
What hats said.
Syntax looks like:
/etc/init.d/ssh start
/etc/init.d/somethinghere start
Sometimes the start at the end is optional. I don't think it ever hurts to include it.
original here.