首页 > 其他 > 详细

/tmp 和 /var/tmp 的区别

时间:2016-09-19 01:04:54      阅读:462      评论:0      收藏:0      [点我收藏+]

/tmp is meant as fast (possibly small) storage with a short time to live (TTL). Many systems clean /tmp very fast - on some systems it is even mounted as RAM-disk. /var/tmp is normally located on a physical disk, is larger and can hold temporary files for a longer time. Some systems also clean /var/tmp - but with a longer TTL.

Also note that /var/tmp might not be avaiable in the early boot-process, as /var and/or /var/tmp may be mountpoints. Thus it is a little bit comparable to the difference between /binand /usr/bin. The first is available during early boot - the later after the system has mounted everything. So most boot-scripts will use /tmp and not /var/tmp for temporary files.

Another (upcoming) location on Linux for temporary files is /dev/shm.

/tmp 和 /var/tmp 的区别

原文:http://www.cnblogs.com/drizzlewithwind/p/5865801.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!