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 274
274
configuration file changed and that it should re-read it.
275
275
\item \texttt {SIGINT } and \texttt {SIGQUIT } are usually generated from a terminal
276
276
via \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 .
280
280
\item \label {SIGKILL } As \texttt {SIGKILL } cannot be handled, use it only if you
281
281
know what you are doing. For example, if a running process does not respond to
282
282
user input nor any other signal. Many applications, mainly daemons, rely on the
You can’t perform that action at this time.
0 commit comments