Skip to main content

fchmod

Function fchmod 

Source
pub fn fchmod(fd: BorrowedFd<'_>, mode: Mode) -> Result<(), Errno>
Expand description

Modifie les permissions d’un fichier par descripteur (fchmod(2)) — descellement additif ADR-085 pour la face libc (int fchmod(int, mode_t)). Complète fchmodat (par chemin).