Skip to content
/linux-syscalls

Filesystems & Mounts · Section 2

(2)

Signature

#include <unistd.h>

— access();

Description

Architecture mapping

ArchitectureNumberABIEntry point
x86 (i386)33i386sys_access
x64 (x86_64)21commonsys_access

Kernel history

Introduced in Linux —.

seccomp & containers

Docker default profile

Allowed

Podman default profile

Allowed

strace example

$ strace -e access <cmd>

Security & observability