[][src]Function linux::syscall::umask

pub fn umask(mode: umode_t) -> umode_t

Sets the file mode creating mask of the process.

[argument, mode] The mode to be masked.

[return_value] Returns the previous mask.

= See also

  • link:man:umask(2)