[Asterisk-Users] vmail.cgi cannot read/delete messages

Adam Goryachev mailinglists at websitemanagers.com.au
Thu May 8 17:24:35 MST 2003


Or try this text:

[adamg at workhorse adamg]$ help umask
umask: umask [-p] [-S] [mode]
    The user file-creation mask is set to MODE.  If MODE is omitted, or if
    `-S' is supplied, the current value of the mask is printed.  The `-S'
    option makes the output symbolic; otherwise an octal number is output.
    If `-p' is supplied, and MODE is omitted, the output is in a form
    that may be used as input.  If MODE begins with a digit, it is
    interpreted as an octal number, otherwise it is a symbolic mode string
    like that accepted by chmod(1).

Actually, that sounds really confusing. If you want the permissions to look
like this:
rw-rw-rw-
then do this:
umask 000
OR, if you want this (normal/common)
rw-r-----
umask 027

Regards,
Adam





More information about the asterisk-users mailing list