流程

noteId: WEBf3225b33d8f0534b8f0cf1ce8d386804 · 原始路径:/ALL/1-排错笔记/A模块/流程.note

1、直接查看 history(这个不用抱希望,大概率会被清空)2、可以直接查找系统中那些文件是最近修改过的:find /etc -type -f -mtime -7 -ls //查看最近7天修改过的文件#find /etc -type -f -newer /tmp/ref