摘要: ```python #!/usr/bin/env python # -*- coding: utf-8 -*- import os process="/tmp/tomcat.lock" os.system("ps -ef|grep apache-tomcat-6.0.35|grep -v grep >%s" % process) #将进程信息写入lock文件 if no... 阅读全文
posted @ 2017-03-23 09:20 flanker_X 阅读(285) 评论(0) 推荐(0) 编辑
摘要: Linux 命令行工具使用小贴士及技巧 ——(一) ============================================================ 相关内容 如果你刚开始在 Linux 系统中使用命令行工具,那么应该了解它是 Linux 操作系统中功能最强大和有用的工具之一 阅读全文
posted @ 2017-03-23 09:10 flanker_X 阅读(228) 评论(0) 推荐(0) 编辑