if (can_access(file)) /* Window of vulnerability */ write_new_conents(file)The attacker can:
$ touch my_file $ privileged_program my_file & $ rm my_file # Must be executed within the window $ ln -s /etc/passwd my_file # Must be executed within the window