Running application can't create a file

Adam Lackorzynski adam at os.inf.tu-dresden.de
Mon Mar 3 23:55:16 CET 2014


On Mon Mar 03, 2014 at 19:32:54 +0900, Irvanda Kurniadi wrote:
> I did the instruction above. It seems like the application could write in
> /tmp directory. But I'm curious which /tmp directory that the application
> use to create the file? Since I couldn't find the created file anywhere. Is
> it by any chance located in /tmp of the running application? If it's the
> case, Is there any other way to access the created file that has been
> created by my application?

The tmpfs filesystem is application local, so you'll indeed only see the
written file within the same application. Currently there's no way to
access that tmpfs from outside the application.



Adam
-- 
Adam                 adam at os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/




More information about the l4-hackers mailing list