| You are here: | About>Computing & Technology>Focus on Linux |
![]() | Focus on Linux |
NAMEraise - send a signal to the current processSYNOPSIS#include <signal.h> int raise(int sig); DESCRIPTIONThe raise() function sends a signal to the current process. It is equivalent to
RETURN VALUE0 on success, nonzero for failure.CONFORMING TOANSI-CSEE ALSOkill(2), signal(2), getpid(2)
Important: Use the man command (% man) to see how a command is used on your particular computer. |
|
All Topics | Email Article | | | ![]() |
| Advertising Info | News & Events | Work at About | SiteMap | Reprints | Help | Our Story | Be a Guide |
| User Agreement | Ethics Policy | Patent Info. | Privacy Policy | ©2008 About, Inc., A part of The New York Times Company. All rights reserved. |


