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 is bourne shell scripting?

1 Answers  


What is option in shell script?

1 Answers  


Why is the use of shell script?

1 Answers  


What are filters explain sort with all the options available?

1 Answers  


How do you read arguments in a shell program - $1, $2 ..?

4 Answers  


What does $1 mean in bash?

1 Answers  


How to enable the shell to know what program should be run to interpret the script?

3 Answers  


What is eval in shell script?

1 Answers  


write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.

1 Answers  


What are the 4 basics of OOP?

1 Answers   Amazon, Infosys,


What is batch file programming?

1 Answers  


What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?

1 Answers  


Categories