linux开机启动tomcat
摘要:参考 https://blog.csdn.net/wangli61289/article/details/37924785 1.修改/etc/rc.d/rc.local vi /etc/rc.d/rc.local 2.添加下面两行脚本,记住是两行,仅仅第二行不行,必须加第一行。在/etc/rc.d/
阅读全文
linux 查看端口占用
摘要:参考 https://www.cnblogs.com/wangtao1993/p/6144183.html
阅读全文
ubuntu后台运行命令
摘要:参考 https://blog.csdn.net/shaozg168/article/details/6979337 nohup ./test.sh &
阅读全文