(1)启动:nohup sh startWeblogic.sh& 或
nohup sh ./startWebLogic.sh >out.log &
(2)查看进程ps -ef|grep java
(3)杀进程kill -9 进程号
(4)看日志:tail -f nohup.out
nohup sh ./startWebLogic.sh >out.log &
(2)查看进程ps -ef|grep java
(3)杀进程kill -9 进程号
(4)看日志:tail -f nohup.out