logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ioctl_nsfs - ioctl() operations for Linux namespaces

Description

DiscoveringnamespacerelationshipsNS_GET_USERNS(2const) NS_GET_PARENT(2const) DiscoveringthenamespacetypeNS_GET_NSTYPE(2const) DiscoveringtheownerofausernamespaceNS_GET_OWNER_UID(2const)

Errors

ENOTTYfd does not refer to a /proc/pid/ns/* file.

Name

ioctl_nsfs - ioctl() operations for Linux namespaces

See Also

ioctl(2), fstat(2), proc(5), namespaces(7) Linux man-pages 6.9.1 2024-06-14 ioctl_nsfs(2)

Standards

Linux.

Synopsis

#include<linux/nsfs.h> /* Definition of NS_* constants */ #include<sys/ioctl.h>intioctl(intfd,unsignedlongop,...);

See Also