1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:28:10 +00:00
serenity/Base/usr/share/man/man1/Inspector.md
2021-02-23 13:52:16 +01:00

387 B

Name

Inspector - Serenity process inspector

Synopsis

$ Inspector [pid]

Description

Inspector facilitates process inspection via RPC.

The inspected process must have previously allowed the accept(2) system call with pledge(2) to allow inspection via UNIX socket.

Examples

$ Inspector $(pidof Shell)