Skip to content

ProcLink

Defined in: src/fs/procfs.ts:26

A symbolic link in procfs, e.g. /proc/self or /proc/<pid>/cwd. The target is worked out when the link is read, since what it points at can change.

new ProcLink(target): ProcLink

Defined in: src/fs/procfs.ts:28

() => string

ProcLink

readonly mode: 511 = 0o777

Defined in: src/fs/procfs.ts:27


readonly target: () => string

Defined in: src/fs/procfs.ts:28

string