
[Top]
system
|
Method system.umask()
- Method
umask
int system.umask(void|int mask)
- Description
-
Set the current umask to mask.
If mask is not specified the current umask will not be changed.
- Returns
Returns the old umask setting.
Extracted from Pike v7.3 release 11 at 2001-11-03.
|