setfsuid32 (2) Linux Manual Page
NAME setfsuid – set user identity used for filesystem checks SYNOPSIS #include <sys/fsuid.h> int setfsuid(uid_t fsuid); DESCRIPTION On Linux, a process has both a filesystem user ID and an effective user ID. The (Linux-specific) filesystem user ID is used for permissions checking when accessing filesystem objects, while the effective user ID is used for various…
