← 返回命令列表

Linux command

fbi 命令

安全

权限或系统影响较大,执行前请核对目标。

常用示例

Display

sudo fbi [path/to/file]

Example

sudo fbi [path/to/file1] [path/to/file2]

Example

sudo fbi [-t|--timeout] [delay] [path/to/files/*]

Scale

sudo fbi [-a|--autozoom] [path/to/file]

Example

fbi [-h|--help]

说明

fbi (framebuffer imageviewer) displays images directly on the Linux framebuffer console without requiring X11 or Wayland. It supports various image formats including JPEG, PNG, GIF, and TIFF. Useful for viewing images on headless servers or minimal systems.

参数

-t, --timeout _seconds_
Slideshow delay between images
-a, --autozoom
Scale to fit screen
-h, --help
Display help
-1, --once
Don't loop slideshow
-u, --random
Randomize slideshow order

FAQ

What is the fbi command used for?

fbi (framebuffer imageviewer) displays images directly on the Linux framebuffer console without requiring X11 or Wayland. It supports various image formats including JPEG, PNG, GIF, and TIFF. Useful for viewing images on headless servers or minimal systems.

How do I run a basic fbi example?

Run `sudo fbi [path/to/file]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -t, --timeout _seconds_ do in fbi?

Slideshow delay between images