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...

What is a Unix signal, and how do you handle them?

Answer Posted / nashiinformaticssolutions

A signal in Unix is an asynchronous notification sent to a process to notify it of an event, such as an interrupt or termination request. Common signals include:
• SIGINT: Interrupt signal (usually sent by pressing Ctrl+C).
• SIGTERM: Termination signal, which can be caught and handled.
• SIGKILL: Forces a process to terminate immediately and cannot be caught.
Signals can be handled using signal handlers in shell scripts or programming languages like C.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sed awk grep?

1185


Explain how to use grep command to list find the records of a file containing 10 different strings?

1124


Which command is used to delete all files in the current directory and all its sub-directories?

1317


What is the difference between awk and grep?

1331


What is grep short for?

1097


How do I search for a file in unix command?

1057


What does the “echo” command do?

1193


Is grep faster than awk?

1082


How do I delete files from command prompt?

1280


What happens when we execute a unix command?

1194


How do I clear my terminal history?

1230


What is the functionality of a top command?

1157


Which unix command lists files/folders in alphabetical order?

1846


How can you see the command line history?

1185


What is the command to view process running?

1153