linux常用命令
查看进程位置:cd/proc/进程号
查看目录大小:du-sh*
查看文件列表全部时间:ls-lrt--full-time
授权目录权限给指定用户组和用户:chown-Rweb:web/usr/temp
查看进程通讯端口:
netstat-tunlp|greptomcat
netstat-anp|greptomcat
启动zull:nohupjava-jarxxx.war&
更新jar文件:jar-uvfxx.warWEB-INF/xx.jsp
zull网关上传文件失败
解决方案:启动时指定临时目录
nohup-Djava.io.tmpdir=/root/tmp(目录必须存在)-jarxx.war&