Added Methods |
String execCommand(Map, String[], long)
|
Static method to execute a shell command. |
String[] getGroupsCommand()
|
a Unix command to get the current user's groups list |
String[] getGroupsForUserCommand(String )
|
a Unix command to get a given user's groups list |
String[] getUlimitMemoryCommand(int )
|
Get the Unix command for setting the maximum virtual memory available to a given child process. |
String[] getUlimitMemoryCommand(Configuration )
|
Get the Unix command for setting the maximum virtual memory available to a given child process. |
String[] getUsersForNetgroupCommand(String )
|
a Unix command to get a given netgroup's user list |
boolean isTimedOut()
|
To check if the passed script to shell command executor timed out or not. |