setfsuid32 (2) Linux Manual Page
setfsuid – set user identity used for filesystem checks Synopsis#include <sys/fsuid.h> int setfsuid(uid_t fsuid); DescriptionOn 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 other kinds of…
