try {
        String command = "ls";
        Process child = Runtime.getRuntime().exec(command);
    } catch (IOException e) {
    }