how will you find the total disk space used by a specific user?
No Answer is Posted For this Question
Be the First to Post Answer
Is shell a part of kernel?
What is the equivalent of a file shortcut that we have a window on a linux system?
How does shell scripting work?
How to use arguments in a script?
How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }
What are the advantages of shell script?
Explain about stdin, stdout and stderr?
How to check if the previous command was run successfully?
What is the crontab?
how to get part of string variable with echo command only?
What is bash shell command?
c program to check whether all the directories in the path exists has read and write permission