
Linux
i余数
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Springboot jar包部署脚本 start/stop/restart/status
shell脚本 #!/bin/sh APP_NAME=my-app.jar CONFIG_LOCATION=/webapp/my_app/application.yml usage(){ echo "Usage: sh my-app.sh [start|stop|restart|status]" exit 1 } is_exist(){ pid=`ps -ef | grep $APP_NAME | grep -v grep | awk '{print $2}'` if [ -z "${pid}原创 2020-09-25 10:30:49 · 1097 阅读 · 0 评论 -
Linux 常用命令汇总
如何查看linux是32位还是64位 getconf LONG_BIT原创 2020-04-30 08:58:54 · 430 阅读 · 0 评论