package eio_linux

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Setup actions to perform in the child process.

val 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.

val chdir : string -> t

chdir path changes directory to path.

val fchdir : FD.t -> t

fchdir dir changes directory to dir.