hi all
I was easily copying the buffered videos in previous versions of ubuntu from the /tmp folder but now(ubuntu 10.04) it seems the video is not stored in that directory.So i googled it and found out that it is stored in RAM.
I wanna share that to everybody
type the following command in the terminal
$pgrep -f flashplayer
1896
you'll get the id ,in my case its 1896
get into the directory
$cd /proc/1896/fd
$ls -l
you'll have a file named Flash.....(like)
6 Flash(say)
enter the command to copy it to the home directory
$cp 6 /home/itsme/Videos
I was easily copying the buffered videos in previous versions of ubuntu from the /tmp folder but now(ubuntu 10.04) it seems the video is not stored in that directory.So i googled it and found out that it is stored in RAM.
I wanna share that to everybody
type the following command in the terminal
$pgrep -f flashplayer
1896
you'll get the id ,in my case its 1896
get into the directory
$cd /proc/1896/fd
$ls -l
you'll have a file named Flash.....(like)
6 Flash(say)
enter the command to copy it to the home directory
$cp 6 /home/itsme/Videos
No comments:
Post a Comment