package eio_linux

  1. Overview
  2. Docs

Module Process.Fork_actionSource

Setup actions to perform in the child process.

Sourceval execve : string -> argv:string array -> env:string array -> t

See execve(2). This replaces the current executable, so it only makes sense as the last action to be performed.

Sourceval chdir : string -> t

chdir path changes directory to path.

Sourceval fchdir : FD.t -> t

fchdir dir changes directory to dir.

OCaml

Innovation. Community. Security.