You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Process p = Runtime.getRuntime()
.exec(new String[] { "sudo", "getfattr", "-m", ".", "-n", "trusted.glusterfs.pathinfo", filename });
You need to resolve next way.
Because this contains error shellcommand can't contain any keys, like space if i am not wrong Process p=Runtime.getRuntime().exec(shellCommand);
The text was updated successfully, but these errors were encountered:
Process p = Runtime.getRuntime()
.exec(new String[] { "sudo", "getfattr", "-m", ".", "-n", "trusted.glusterfs.pathinfo", filename });
You need to resolve next way.
Because this contains error shellcommand can't contain any keys, like space if i am not wrong Process p=Runtime.getRuntime().exec(shellCommand);
The text was updated successfully, but these errors were encountered: