I run a command using java Runtime.That command work fine when i executed normally on terminal/command promp but unable to execute through Java.Runtime :-
Runtime.getRuntime().exec("fs_cli -H x.x.x.x -x 'fsctl loglevel'");
It give output "-ERR 'fsctl Command not found!"