In a single command how do you run the previous command in
the command prompt.
Answer Posted / kalaivani
type "r". It will execute the last executed command
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
how will you find the total disk space used by a specific user?
What is the default shell of solaris?
How to write a function?
What is shell scripting?
How to set an array in linux?
What is an inode block?
What is path in shell script?
Why is the use of shell script?
What is console line?
What is the difference between break and continue commands?
How can you get the value of pi till a 100 decimal places?
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); }
Where are cowrie shells found?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
Is shell a part of kernel?