Permission denied trying to append to a file in a mounted directory Permission denied trying to append to a file in a mounted directory unix unix

Permission denied trying to append to a file in a mounted directory


Check your umask settings, the file is not getting executable permissions after creation. umask 002 should fix this.

-rw-rw-rw- 1 alex share 2 2017-01-03 09:44 myfile.txt