Skip to content
/linux-syscalls

File & I/O · Section 2

(2)

Signature

#include <unistd.h>

— _llseek();

Description

Architecture mapping

ArchitectureNumberABIEntry point
x86 (i386)140i386sys_llseek

Kernel history

Introduced in Linux —.

seccomp & containers

Docker default profile

Allowed

Podman default profile

Allowed

strace example

$ strace -e _llseek <cmd>

Security & observability