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 are the signals we have in Linux

Answers were Sorted based on User's Feedback



What are the signals we have in Linux..

Answer / sharmila

"kill" command lists all the signals on linux
type "kill -l" at the shell to see the list

Is This Answer Correct ?    14 Yes 4 No

What are the signals we have in Linux..

Answer / manoj

Kill -15 (pid no.) terminate cleanly

Kill -9 (pid no.) terminate immediately

kill –a (Pid no.) re-read config. File

kill -all

Is This Answer Correct ?    7 Yes 0 No

What are the signals we have in Linux..

Answer / b.ramkumar

There are more that 15 different signal. Listing some of
the frequently used signals below

STOP - This signal will stop the currently running process.
The process will still stay in the task list

CONT - Will continue the stopped process

TERM - This singal will terminate the process

HUP - Will restart currently running process

NOHUP - Will reload the process (in the sense, only reads
the config file and bring the new changes to effect without
restarting...)

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More Linux System Calls Interview Questions

how to create a ftp user on redhat linux 4.0?

6 Answers   Accenture,


I would like to know whether Simado and Setu products are they EPBX or not ?

0 Answers   IBM,


what is stored at /lib/modules ?

2 Answers   NetApp,


What will happen when we invoke a system call and say with an example of invoking a system call ?read? for a device?

3 Answers   NetApp,


how to configure http server on red hat linux4.0?

5 Answers   IBM,


what is mean by raid and what are all raids available even in software and hardware?

5 Answers   Satyam,


what is nis server

13 Answers  


what happens when we do insmod & rmmod in Linux Device Drivers ?

2 Answers  


diff b/w spinlock, seamaphores and mutex and where to use it.

2 Answers   Intel,


what is iptabe on redhat linux?

3 Answers   CDAC,


what is the difference between user APIs and kernel system calls ?

1 Answers   NetApp,


What do fork() internally call?

3 Answers  


Categories