Files
cheatsheet-tldr/tldr/linux/fbgrab
2026-02-04 00:25:13 +00:00

18 lines
391 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# fbgrab
> Generate screenshots directly from the framebuffer.
> More information: <https://github.com/GunnarMonell/fbgrab#fbgrab>.
- Generate a screenshot from the current TTY:
`sudo fbgrab {{path/to/file}}.png`
- Specify which TTY to capture:
`sudo fbgrab -c {{number}} {{path/to/file}}.png`