Recent content by umikali

  1. U

    ghost file

    how do I make the python script store the files contents in memory, with reads and writes
  2. U

    ghost file

    yea, but the file still exists on the disk, I want it to not exist and make the script answer the syscall of what's in that file
  3. U

    ghost file

    no, that's not at all what I meant, I meant the program running when the file is read or written to
  4. U

    ghost file

    is it possible to make a file, that when read or written to it would run a program, which would actually output the data from the file? say a file with a pattern, so it wouldn't have to take up so much space.
Top