mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
Inspector: Add help documentation
This commit is contained in:
parent
82278d632f
commit
501834ba45
3 changed files with 39 additions and 1 deletions
25
Base/usr/share/man/man1/Inspector.md
Normal file
25
Base/usr/share/man/man1/Inspector.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
## Name
|
||||
|
||||
Inspector - Serenity process inspector
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ Inspector [pid]
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Inspector facilitates process inspection via RPC.
|
||||
|
||||
The inspected process must have previously allowed the
|
||||
[`accept`(2)](../man2/accept.md) system call with
|
||||
[`pledge`(2)](../man2/pledge.md) to allow inspection
|
||||
via UNIX socket.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
$ Inspector $(pidof Shell)
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue