Linux下查看、关闭、启动weblogic服务

Linux下查看、关闭、启动weblogic服务web

查看命令:ps -ef|grep 'weblogic'blog

关闭命令:kill -9 进程 (stopweblogic会常常出现中止失败)进程

启动并挂载命令:nohup ./startWebLogic.sh >out.log 2>&1 &后台

 

1.nohup语法

用途:不挂断地运行命令。grep

语法:nohup Command [ Arg … ] [ & ]command

 

2.&top

用途:在后台运行co

通常两个一块儿用ps

nohup command &

相关文章
相关标签/搜索