- 论坛徽章:
- 1
|
原帖由 walkerxk 于 2008-6-30 21:27 发表 ![]()
bash --version
man bash|grep disown我这也没有,我是man bash,然后在里面搜索的。或者你PAGER='less -p disown' man bash,然后按n查找下一个。
bash --version
GNU bash, version 3.00.15(1)-release (i386-redhat-linux-gnu)
Copyright (C) 2004 Free Software Foundation, Inc.
The shell exits by default upon receipt of a SIGHUP. Before exiting,
an interactive shell resends the SIGHUP to all jobs, running or
stopped. Stopped jobs are sent SIGCONT to ensure that they receive
the SIGHUP. To prevent the shell from sending the signal to a partic-
ular job, it should be removed from the jobs table with the disown
builtin (see SHELL BUILTIN COMMANDS below) or marked to not receive
SIGHUP using disown -h. |
|