摘要:
shell 后台执行命令方法:1、 nohup cmd & 后台会生成 nohup.out 文件2、cmd >/路径/xx.log & 后台生成 xx.log 文件3、后台任务切换至前台 fg % jobID4、终止后台命令 kill 程序ID号 阅读全文
posted @ 2015-01-05 22:14
Ethon
阅读(1708)
评论(0)
推荐(0)
|
摘要:
shell 后台执行命令方法:1、 nohup cmd & 后台会生成 nohup.out 文件2、cmd >/路径/xx.log & 后台生成 xx.log 文件3、后台任务切换至前台 fg % jobID4、终止后台命令 kill 程序ID号 阅读全文
posted @ 2015-01-05 22:14
Ethon
阅读(1708)
评论(0)
推荐(0)
|