File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 385385\item When a process that has a controlling terminal opens the \texttt {/dev/tty }
386386file, it gets associated with its controlling terminal, i.e. if two different
387387processes open this file, each will be accessing a different terminal.
388- \item In bash a process group (job) can be stopped temporarily using
389- \texttt {Ctrl-Z }, and can be resumed again using ,,\texttt {fg \% N }'' where
390- \texttt {N } is the number from the \texttt {jobs } command listing. More
391- information can be found in the `` JOB CONTROL'' section in the bash man page.
388+ \item In \texttt {bash } a process group (job) can be stopped temporarily using
389+ \texttt {Ctrl-Z }. Then it can be resumed again using ,,\texttt {fg \% N }'' where
390+ \texttt {N } is the number from the \texttt {jobs } command listing. Or, it can
391+ be resumed in background, using ,,\texttt {bg \% N }''. The job specification
392+ is (\texttt {\% N }) optional - if omitted, the most recently stopped job will be
393+ used. More information can be found in the `` JOB CONTROL'' section in the
394+ \texttt {bash } man page.
392395\end {itemize }
393396
394397\pdfbookmark [1]{fork}{fork}
You can’t perform that action at this time.
0 commit comments