首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在/tmp上创建名为"file*“的随机空文件

在/tmp上创建名为"file*“的随机空文件
EN

Server Fault用户
提问于 2019-02-22 21:09:08
回答 2查看 658关注 0票数 3

我有两个RHEL6.10服务器,其中/tmp经常被成千上万个文件填充,文件的名称如下

代码语言:javascript
复制
-rw-rw-r--. 1 root    root        0 Feb 22 17:30 fileoQ1gE0
-rw-rw-r--. 1 root    root        0 Feb 22 17:31 fileTFa0e7
-rw-rw-r--. 1 root    root        0 Feb 22 17:32 fileSxEdEa
-rw-rw-r--. 1 root    root        0 Feb 22 17:33 filegoLf6g
-rw-rw-r--. 1 root    root        0 Feb 22 17:34 filebj3CJv
-rw-rw-r--. 1 root    root        0 Feb 22 17:35 fileEVJerA
-rw-rw-r--. 1 root    root        0 Feb 22 17:36 file5X9G3G
-rw-rw-r--. 1 root    root        0 Feb 22 17:37 fileScyBJY
-rw-rw-r--. 1 root    root        0 Feb 22 17:38 filePCq3K0
-rw-rw-r--. 1 root    root        0 Feb 22 17:39 filePnBcVp
-rw-rw-r--. 1 root    root        0 Feb 22 17:40 fileTbupIR
-rw-rw-r--. 1 root    root        0 Feb 22 17:41 file4jmFGS
-rw-rw-r--. 1 root    root        0 Feb 22 17:42 fileBP8HL0
-rw-rw-r--. 1 root    root        0 Feb 22 17:43 fileb605If
-rw-rw-r--. 1 root    root        0 Feb 22 17:44 file8Rubgm
-rw-rw-r--. 1 root    root        0 Feb 22 17:45 file7UJEJr
-rw-rw-r--. 1 root    root        0 Feb 22 17:46 filethKoZv
-rw-rw-r--. 1 root    root        0 Feb 22 17:47 fileJEVJpL
-rw-rw-r--. 1 root    root        0 Feb 22 17:48 filebeLOuP
-rw-rw-r--. 1 root    root        0 Feb 22 17:49 fileN1VVJU
-rw-rw-r--. 1 root    root        0 Feb 22 17:50 fileHO9fll
-rw-rw-r--. 1 root    root        0 Feb 22 17:51 filejEj1Rq
-rw-rw-r--. 1 root    root        0 Feb 22 17:52 fileMPnCWJ

Root的crontab没有任何内容,有什么方法可以知道在这里创建文件是什么过程吗?即使它们是0字节,我也很困扰,因为我只是不知道为什么要创建它们。

EN

回答 2

Server Fault用户

回答已采纳

发布于 2019-02-23 13:58:34

启用auditd并编写一些规则,监视对此目录的写类型权限。

代码语言:javascript
复制
-w /tmp -p w -k tmp

如何监视对特定目录或文件的权限、所有权或任何其他更改

RHEL 6安全指南>第7章.系统审计

票数 6
EN

Server Fault用户

发布于 2019-02-23 14:29:45

也许一个快速的lsof|grep /tmp/file会释放出文件所属的PID?

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/955347

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档