最近在tmp下面写了一些执行任务的问题,公司突然断电导致 tmp目录下面的文件和目录全部自动删除想问下 有什么办法可以恢复删除的文件
业精于勤,荒于嬉;行成于思,毁于随。
It should be impossible to recover, because if /tmp has not been specially configured, the general file system is tmpfs, and tmpfs actually uses a piece of memory for storage, and is reset after every restart
It should be impossible to recover, because if /tmp has not been specially configured, the general file system is tmpfs, and tmpfs actually uses a piece of memory for storage, and is reset after every restart