--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # fbgrab > Generate screenshots directly from the framebuffer. > More information: . - 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`