Answer Posted / karan
With Shell Being an MNC, the opportunities here are far greater than anywhere else. It promises an avenue for me to grow, depending on my strengths. With shell, i know that whichever area of interest i pursue, i will have more opportunities to choose from in my career here.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
c program to display the information of given file similar to givan by the unix or linux command ls -l
What does echo $0 do?
What are filters explain sort with all the options available?
How will you copy a file from one machine to other?
what is tickets $ what low,medium,high priorite pls define time also
What is the significance of the shebang line in shell scripting?
What are the advantages of shell scripting?
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 can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
What is subshell?
What lives in a shell?
What does sh mean?
What are the various stages of a linux process it passes through?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is shell and terminal?