导航菜单

nohup是什么意思_翻译中文_怎么读

nohup

网络释义:命令;非挂起运行;对进程的控制

网络释义

1.命令 renice< 优先级表达式> <进程表达式> nohup< 命令> mount< 设备文件> [挂载路径] ...

2.非挂起运行 3.mount 挂接远程文件资源 3.nohup 非挂起运行 1.pkginfo 显示软件包信息 ...

3.对进程的控制 1查询进程状态 ps 3对进程的控制 nohup 九退出系统和关机 exit ...

4.后台运行 ln -s 设置软连接 nohup 后台运行 crontab 定时器 ...

5.不停止执行程序 初始化处理控制— —init 不停止执行程序— —nohup 暂停执行程序— —sleep ...

6.在后台更深的地方 20G:C 盘 2.nohup……&, 在后台更深的地方。 3.cron, 定时、周期地执行-程序。 ...

7.调用 SIGHUP 信号了。另外,通过运行 nohup 调用 SELECT 语句,把 ...

8.进程后台运行 odmcreate: 创建空的对象类,产生.c(源)和.h(包含)文件; nohup进程后台运行,即使当前会话关闭,也不影响进 …

例句释义:,命令,非挂起运行,对进程的控制

1.You might want to run this with the nohup option if you need to log out of the system.如果想要注销系统,可能需要使用nohup运行该日志。

2.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附加到文件。

3.The nohup command will not execute a pipepne or a command pst.nohup命令将不执行管道线或命令列表。

4.Listing 10 shows what happens if you use nohup as we did before, but redirect both stdout and stderr.清单10显示了按照旧方式使用nohup会发生什么情况,但同时重定向了stdout和stderr。