Re: file permission problem
[email protected] (Don Cohen)
| Newsgroups | gmane.lisp.clisp.general |
|---|---|
| Message-ID | <[email protected]> |
> which seems to only allow me to set it, not read it, btw Read: man 2 umask While one might say that the impnotes is deficient for not precising the result of POSIX:UMASK, (you may post a bug report), it should be obvious what it returns, knowing what umask(2) does. ok, fine, [1]> (posix:umask nil) 6 showing that the value was 6, then [2]> (posix:umask 6) 0 to put it back. But you're not addressing the real question, which is why does my file creation (only in clisp) not end up with the right permissions? ------------------------------------------------------------------------------ _______________________________________________ clisp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-list