Answer Posted / balaji t
Using 'chsh'
chsh -s <shell_name>
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
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 is ms powershell?
What is shell scripting?
What does the sh command do?
What are "c" and "b" permission fields of a file?
What are the different types of shell scripting?
How to print the first array element?
What is an inode block?
What is sed in shell script?
What can scripts do?
What language is bash written in?
What are zombie processes?
Why are there shells on the beach?
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
write a shell script to check the failed jobs?