各位,
find
由 nobody 执行在每次新启动时自动运行(在我启动系统的早晨)。我猜这与updatedb
. 我如何确认我的假设并阻止它自动执行。我的ps aux | grep find
输出如下:
~~> ps aux | grep find
root 4492 0.0 0.0 4288 748 ? SN 08:10 0:00 /bin/sh /usr/bin/updatedb.findutils
root 4500 0.0 0.0 4288 108 ? SN 08:10 0:00 /bin/sh /usr/bin/updatedb.findutils
root 4526 0.0 0.0 55444 2988 ? SN 08:10 0:00 su nobody -s /bin/sh -c /usr/bin/find / -ignore_readdir_race \( -fstype NFS -o -fstype nfs -o -fstype nfs4 -o -fstype afs -o -fstype binfmt_misc -o -fstype proc …
Run Code Online (Sandbox Code Playgroud)