c program to implement unix/linux command to block the
signal ctrl-c and ctrl-\ signal during the execution
ls -l|wc -l


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

1.Write a script, which converts a number from binary to hexadecimal format or vice versa.

1 Answers   ADP,


How do I start a shell script?

0 Answers  


what is info area how many types?

0 Answers  


What is shell prompt?

0 Answers  


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

0 Answers  


What will happen to my current process when I execute a command using exec?

0 Answers  


What is @echo off?

0 Answers  


Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.

2 Answers  


Explain about return code?

0 Answers  


How many fields are present in a crontab file and what does each field specify?

0 Answers  


why did you apply to shell

3 Answers   Shell,


What is the use of "$?" Sign in shell script?

0 Answers  


Categories