About 17,700 results
Open links in new tab
  1. exec (3) - NetBSD Manual Pages

    Sep 8, 2025 · The exec () family of functions replaces the current process image with a new process image. The functions described in this manual page are front-ends for the function …

  2. execve (2) - NetBSD Manual Pages

    File descriptors open in the calling process image remain open in the new process image, except for those for which the close-on-exec flag is set (see close (2) and fcntl (2)). Descriptors that …

  3. execl (3) - NetBSD Manual Pages

    Sep 8, 2025 · The exec family of functions replaces the current process image with a new process image. The functions described in this manual page are front-ends for the function execve(2). …

  4. execv (3) - NetBSD Manual Pages

    Sep 8, 2025 · The exec family of functions replaces the current process image with a new process image. The functions described in this manual page are front-ends for the function execve(2). …

  5. pam_exec (8) - NetBSD Manual Pages

    DESCRIPTION The exec service module for PAM executes the program designated by its first argument, with its remaining arguments as command-line arguments. The child's environment …

  6. options (4) - NetBSD Manual Pages

    Sep 8, 2025 · Beware of /dev incompatibilities between i386 and amd64 if you do this. options EXEC_ELF_NOTELESS Run unidentified ELF binaries as NetBSD binaries. This might be …

  7. fopen (3) - NetBSD Manual Pages

    Aug 26, 2024 · not be available after an exec(3) system call. This is a non ANSI X3.159-1989 (``ANSI C89'') extension. `f' The letter `f' in the mode string restricts fopen () to regular files; if …