NAME

peekfd - peek at file descriptors of running processes

SYNOPSIS

peekfd [-8,--eight-bit-clean] [-n,--no-headers] [-f,--follow] [-d,--duplicates-removed] [-V,--version] [-h,--help] pid [fd] [fd] ...

DESCRIPTION

peekfd attaches to a running process and intercepts all reads and writes to file descriptors. You can specify the desired file descriptor numbers or dump all of them.

OPTIONS

FILES

/proc/*/fd

Not used but useful for the user to look at to get good file descriptor numbers.

ENVIRONMENT

None.

DIAGNOSTICS

The following diagnostics may be issued on stderr:

Error attaching to pid <PID>

An unknown error occurred while attempted to attach to a process, you may need to be root.

BUGS

Probably lots. Don't be surprised if the process you are monitoring dies.

AUTHOR

Trent Waddington

SEE ALSO

ttysnoop(8)