File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 274274configuration file changed and that it should re-read it.
275275\item \texttt {SIGINT } and \texttt {SIGQUIT } are usually generated from a terminal
276276via \texttt {Ctrl-C } and \texttt {Ctrl-\bs }, respectively, and could be redefined
277- using the command \texttt {stty } or via a function \funnm {tcsetattr}(). In order
278- to generate core files, your system must allow it. Check command
279- \texttt {ulimit }.
277+ using the command \texttt {stty } or via a function \funnm {tcsetattr}().
278+ \item In order to generate core files, your system and settings must allow it.
279+ Check the \texttt {ulimit } command and associated system call .
280280\item \label {SIGKILL } As \texttt {SIGKILL } cannot be handled, use it only if you
281281know what you are doing. For example, if a running process does not respond to
282282user input nor any other signal. Many applications, mainly daemons, rely on the
You can’t perform that action at this time.
0 commit comments