HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

btrfs version — Display btrfs-progs version. More information: <https://btrfs.readthedocs.io/en/latest/btrfs.html>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandbtrfsbtrfs versioncliprogsmoreversiondisplay
linux

Problem

How to use the btrfs version command: Display btrfs-progs version. More information: <https://btrfs.readthedocs.io/en/latest/btrfs.html>.

Solution

btrfs version — Display btrfs-progs version. More information: <https://btrfs.readthedocs.io/en/latest/btrfs.html>.

Display help:
btrfs {{[v|version]}} --help


Display version:
btrfs {{[v|version]}}

Code Snippets

Display help

btrfs {{[v|version]}} --help

Display version

btrfs {{[v|version]}}

Context

tldr-pages: linux/btrfs version

Revisions (0)

No revisions yet.