other versions
- Tumbleweed 6.15-1.1
- Leap-16.0
ioctl_nsfs(2) | System Calls Manual | ioctl_nsfs(2) |
NAME¶
ioctl_nsfs - ioctl() operations for Linux namespaces
SYNOPSIS¶
#include <linux/nsfs.h> /* Definition of NS_* constants */ #include <sys/ioctl.h>
int ioctl(int fd, unsigned long op, ...);
DESCRIPTION¶
Discovering namespace relationships¶
Discovering the namespace type¶
Discovering the owner of a user namespace¶
ERRORS¶
- ENOTTY
- fd does not refer to a /proc/pid/ns/* file.
STANDARDS¶
Linux.
SEE ALSO¶
2025-05-17 | Linux man-pages (unreleased) |