What does chmod do?
No Answer is Posted For this Question
Be the First to Post Answer
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); }
How will you copy a file from one machine to other?
When you login to a c shell, which script would be run first?
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
Is shell and terminal the same?
what is the difference between writing code in shell and editor?
Explain about debugging?
Is bash a shell script?
What is Linux language details
How do I edit a .sh file?
What is the default ubuntu terminal?
Write a command sequence to find the count of each word?