I am running a long running script on a Scientific Linux server with Kerberos and Andrew file system, by
myscript.sh >log 2>&1 &
Upon starting the command, I didn't see a file called log in the current directory, but saw a file called .__afs063D which is logging the outputs on stdout and stderr.
The script is still running. why is log not created? When will it be?