2015年1月22日
摘要: 大家在使用find命令中的mtime参数时候,会看到官方的解释如下:-mtime n File's data was last modified n*24 hours ago. See the comments for -atime to understand how rounding ... 阅读全文
posted @ 2015-01-22 17:48 寒星12345678999 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 前言经常要查看进程的信息,包括进程的是否已经消亡,通过pgrep来获得正在被调度的进程的相关信息。pgrep通过匹配其程序名,找到匹配的进程重要选项-l 同时显示进程名和PID-o 当匹配多个进程时,显示进程号最小的那个-n 当匹配多个进程时,显示进程号最大的那个注:进程号越大,并不一定意味着进程的... 阅读全文
posted @ 2015-01-22 15:13 寒星12345678999 阅读(280) 评论(0) 推荐(0) 编辑