I have Ubuntu in my machine where I have installed snmpd. To start stop I use below command:
- service snmpd start
- service snmpd stop
Now I have to execute this comments from java. I have tried with but it does not work.
Runtime.getRuntime.exe("service snmpd start")
So, could you tell me how to execute a service of Linux suse through java?
Any help would be great