LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   location of temporary files in linux (https://www.linuxquestions.org/questions/linux-newbie-8/location-of-temporary-files-in-linux-683176/)

ritam_bkp 11-13-2008 11:07 AM

location of temporary files in linux
 
today i was viewing a video in youtube
as u all know videos are temporarily saved in the temp folder in widows
(eg C:\Documents And Settings\<home directory>\temp\<youtube_temp_video_file>)

my question is
in linux while i watch online video streaming it gets temporarily saved in some kind of temporary directory....
where is that folder situated???

irishbitte 11-13-2008 11:16 AM

Try installing cache viewer in firefox, this will help you find temporary files:

https://addons.mozilla.org/en-US/firefox/addon/2489

It will also list where you have stored the temporary files, in your home folder.

colucix 11-13-2008 11:21 AM

Usually in /tmp. While the video is playing, it will be saved as /tmp/FlashXXXXXX, where XXXXXX is a random string. Once you close the web page the temporary file has gone.

ritam_bkp 11-13-2008 11:23 AM

thanx guys...

H_TeXMeX_H 11-13-2008 12:08 PM

It's stored in /tmp as well, something called Flash?????. ? = number or letter

rjlee 11-13-2008 12:41 PM

More generally, Linux systems use /tmp, which is symlinked to /usr/tmp/, for storing temporary files that can be safely cleared when the system is rebooted. /var/tmp is used for temporary files that must persist between reboots (but may still be safely deleted if they are not accessed for a period of time).


All times are GMT -5. The time now is 04:07 PM.