symbolic link to program pathname NAME /proc/pid/exe - symbolic link to program pathname DESCRIPTION /proc/ pid /exe Under Linux 2.2 and later, this file is a symbolic link contain…Service unit configuration NAME systemd.service - Service unit configuration SYNOPSIS service .service DESCRIPTION A unit configuration file whose name ends in ".service" encodes i…The D-Bus interface of systemd NAME org.freedesktop.systemd1 - The D-Bus interface of systemd INTRODUCTION systemd (1) and its auxiliary daemons expose a number of APIs over D-Bus.…execute a file NAME execl, execlp, execle, execv, execvp, execvpe - execute a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> extern char **environ; int…execute a file NAME execl, execlp, execle, execv, execvp, execvpe - execute a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> extern char **environ; int…execute a file NAME execl, execlp, execle, execv, execvp, execvpe - execute a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> extern char **environ; int…execute a file NAME execl, execlp, execle, execv, execvp, execvpe - execute a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> extern char **environ; int…execute a file NAME execl, execlp, execle, execv, execvp, execvpe - execute a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> extern char **environ; int…execute a file NAME execl, execlp, execle, execv, execvp, execvpe - execute a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> extern char **environ; int…execute a file NAME execl, execlp, execle, execv, execvp, execvpe - execute a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> extern char **environ; int…Execution environment configuration NAME systemd.exec - Execution environment configuration SYNOPSIS service .service, socket .socket, mount .mount, swap .swap DESCRIPTION Unit con…spawn a process NAME posix_spawn, posix_spawnp - spawn a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <spawn.h> int posix_spawn(pid_t *restrict pid , const c…spawn a process NAME posix_spawn, posix_spawnp - spawn a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <spawn.h> int posix_spawn(pid_t *restrict pid , const c…Socket unit configuration NAME systemd.socket - Socket unit configuration SYNOPSIS socket .socket DESCRIPTION A unit configuration file whose name ends in ".socket" encodes informa…retrieve a value from the auxiliary vector NAME getauxval - retrieve a value from the auxiliary vector LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/auxv.h> unsi…...needed to perform this operation more than once. SEE ALSO prctl (2), PR_SET_MM (2const), proc_pid_exe (5)execute a shell command NAME system - execute a shell command LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> int system(const char * command ); DESCRIPTION …execute program NAME execve - execute program LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int execve(const char * pathname , char *const _Nullable argv […reassociate thread with a namespace NAME setns - reassociate thread with a namespace LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macr…The GNU linker NAME ld - The GNU linker SYNOPSIS ld [ options ] objfile ... DESCRIPTION ld combines a number of object and archive files, relocates their data and ties up symbol re…