add an option to ignore umask while creating working directories
Closes #8 (closed)
By default, Pulsar creates folders with read-only permissions for all users except the one that started Pulsar. This does not work in case we run job as some other user. So an option to ignore umask and create o777 directories is added.