filesex.pl -- Extended operations on files![]() | ||
|---|---|---|
hash_stream.pl -- Maintain a hash on a stream![]() | ||
mallocinfo.pl -- Memory allocation details![]() | ||
md5.pl -- MD5 hashes![]() | ||
memfile.pl![]() | ||
process.pl -- Create processes and redirect I/O![]() | ||
prolog_stream.pl -- A stream with Prolog callbacks![]() | ||
rlimit.pl![]() | ||
sha.pl -- SHA secure hashes![]() | ||
socket.pl -- Network socket (TCP and UDP) library![]() | ||
streampool.pl -- Input multiplexing![]() | ||
syslog.pl -- Unix syslog interface![]() | ||
time.pl -- Time and alarm library![]() | ||
udp_broadcast.pl -- A UDP broadcast proxy![]() | ||
uid.pl -- User and group management on Unix systems![]() | ||
unix.pl![]() | ||
| detach_IO/0 | Detach I/O similar to detach_IO/1. | ![]() |
| detach_IO/1 | This predicate is intended to create Unix deamon processes. | ![]() |
| dup/2 | Interface to Unix dup2(), copying the underlying filedescriptor and thus making both streams point to the same underlying object. | ![]() |
| exec/1 | Replace the running program by starting Command. | ![]() |
| fork/1 | Clone the current process into two branches. | ![]() |
| fork_exec/1 | Fork (as fork/1) and exec (using exec/1) the child immediately. | ![]() |
| kill/2 | Deliver a software interrupt to the process with identifier Pid using software-interrupt number Signal. | ![]() |
| pipe/2 | Create a communication-pipe. | ![]() |
| prctl/1 | Access to Linux process control operations. | ![]() |
| sysconf/1 | Access system configuration. | ![]() |
| wait/2 | Wait for a child to change status. | ![]() |
uri.pl -- Process URIs![]() | ||
uuid.pl -- Universally Unique Identifier (UUID) Library![]() | ||