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

Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.

0 Answers  


What is the syntax of "nested if statement" in shell scripting?

0 Answers  


How can you get the value of pi till a 100 decimal places?

0 Answers  


What is web script?

0 Answers  


In shell scripting if text is surrounded by single quotes what does it denotes?

3 Answers  


In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?

0 Answers  


Tell something about the super block in shell scripting?

0 Answers  


How will you find the 99th line of a file using only tail and head command?

0 Answers  


write a shell program to check wheather a given string is pallindrome or not?

4 Answers  


How can the contents of a file inside jar be read without extracting in a shell script?

0 Answers  


There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.

1 Answers   Wipro,


I want to connect to a remote server and execute some commands, how can I achieve this?

0 Answers  


Categories