Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在ubuntu的临时文件夹中创建一个永久文件夹?电脑关机时不会被删除,而且每次电脑重启都不需要重复这个过程
按照惯例,/tmp/在重新启动时会被清除。您可能需要将状态信息放入/var/run/$myapp/或类似位置。确保在它生长后清洁它。
/tmp/
/var/run/$myapp/