Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how did u debugging in unix/ linux platform ??( project
Related)

Answers were Sorted based on User's Feedback



how did u debugging in unix/ linux platform ??( project Related)..

Answer / santana20142003

If it is a shell script use #!/bin/ksh -x

Is This Answer Correct ?    4 Yes 0 No

how did u debugging in unix/ linux platform ??( project Related)..

Answer / siba sankar nayak

For gdb in linux/unix Gnu Debugger is available. Please
read the mannuals for gdb.
man gdb

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Shell Script Interview Questions

What are the advantages of bash over all other shells?

1 Answers  


is this growing field and what is average package in this?

0 Answers  


write a shell script to identify the given string is palindrome or not?

17 Answers   CTS, HP, IBM, InfoEst, Wipro,


How to print pid of the current shell?

0 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); }

0 Answers   Wipro,


I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?

1 Answers  


‎What is a shell? · ‎Types of shell · ‎what is shell scripting?

0 Answers  


how can you execute the shell scripts?

4 Answers  


How do I open the shell in cmd?

0 Answers  


If one dont know how to create a script then how he/she can use the QTP?

1 Answers  


Is shell script a programming language?

0 Answers  


Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.

0 Answers  


Categories