nohup
- 网络后台作业
-
The nohup command will not execute a pipeline or a command list .
nohup命令将不执行管道线或命令列表。
-
You might want to run this with the nohup option if you need to log out of the system .
如果想要注销系统,可能需要使用nohup运行该日志。
-
Older versions of nohup did not write a status message to the controlling terminal , so if you made a mistake , you might not immediately know .
老版本的nohup不将状态消息写到控制终端,因此如果您做错了事情,很难立即发现。
-
A final note on starting processes with nice ; as with the nohup command , you cannot use a command list or a pipeline as the argument of nice .
使用nice启动进程最后要注意的一点是:使用nohup命令时,不能使用命令清单或管道作为nice的参数。
-
You use nohup to run a command in the background , and you use source ( . ) to run read commands from a file and run them in the current shell .
您使用nohup来在后台运行命令,并使用source(.)从文件运行读取命令,并在当前的shell中运行这些命令。
-
The nohup command is used to start a command that will ignore hangup signals and will append stdout and stderr to a file .
nohup命令用于启动一个忽略hangup信号的命令,并且将stdout和stderr附加到文件。