随笔分类 -  Linux

类 UNIX 操作系统
摘要:kill 掉所有java进程 ps -ef | grep java | grep -v grep | awk '{print $2}' | xargs sudo kill -9 解析 ps -ef|grep java 查看所有java进程 grep -v grep 反向查找不包含关键字的 awk ' 阅读全文
posted @ 2022-10-21 15:26 Phoenixy 阅读(485) 评论(0) 推荐(0)
摘要:/dev/mapper/rootvg-lvroot 100% 根目录空间满解决方法 阅读全文
posted @ 2022-10-14 17:37 Phoenixy 阅读(381) 评论(0) 推荐(0)
摘要:软连接的建立及查看 阅读全文
posted @ 2022-10-12 14:45 Phoenixy 阅读(2821) 评论(0) 推荐(1)
摘要:xshell的页面显示最大行数 阅读全文
posted @ 2022-08-31 15:49 Phoenixy 阅读(121) 评论(0) 推荐(0)
摘要:添加快捷键_复制粘贴粘贴选定内容 阅读全文
posted @ 2022-06-28 16:14 Phoenixy 阅读(121) 评论(0) 推荐(0)
摘要:批量删除 指定名称的全部文件,仅保留最新一个 阅读全文
posted @ 2022-01-05 17:45 Phoenixy 阅读(548) 评论(0) 推荐(0)
摘要:获取最新日期文件名 阅读全文
posted @ 2022-01-05 17:38 Phoenixy 阅读(1692) 评论(0) 推荐(0)
摘要:删除指定名称外的全部文件 阅读全文
posted @ 2022-01-05 17:29 Phoenixy 阅读(916) 评论(0) 推荐(0)
摘要:sh 文件批量创建文件 阅读全文
posted @ 2022-01-05 17:26 Phoenixy 阅读(1258) 评论(0) 推荐(0)
摘要:shell 置空文件内容,不删除文件 阅读全文
posted @ 2022-01-05 15:17 Phoenixy 阅读(501) 评论(0) 推荐(0)
摘要:shell脚本中变量名中引用变量值 阅读全文
posted @ 2022-01-05 15:11 Phoenixy 阅读(948) 评论(0) 推荐(0)
摘要:xshell 启动时提示缺少dll文件 阅读全文
posted @ 2022-01-03 22:15 Phoenixy 阅读(435) 评论(0) 推荐(0)
摘要:shell 脚本的编写及使用 阅读全文
posted @ 2021-12-31 15:03 Phoenixy 阅读(29872) 评论(1) 推荐(4)
摘要:xshell常用命令 阅读全文
posted @ 2021-08-30 14:19 Phoenixy 阅读(2807) 评论(0) 推荐(3)
摘要:很早做的了解xshell的笔记,网上整理的 具体地址未标记 阅读全文
posted @ 2021-08-27 15:06 Phoenixy 阅读(546) 评论(0) 推荐(0)