Article · Wikipedia archive · Last revised Jul 29, 2026

Verbose mode

In computing, Verbose mode is an option available in many computer operating systems and programming languages that provides additional details as to what the computer is doing and what drivers and software it is loading during startup. Used as a flag in a computer program, it produces detailed output for diagnostic purposes thus making it easier to debug.

Last revised
Jul 29, 2026
Read time
≈ 1 min
Length
124 w
Citations
2
Source

In computing, Verbose mode is an option available in many computer operating systems and programming languages that provides additional details as to what the computer is doing and what drivers and software it is loading during startup. Used as a flag in a computer program, it produces detailed output for diagnostic purposes thus making it easier to debug.

When running programs in the command line, verbose output is typically output in standard output or standard error.

Many command line programs, such as cURL1 or Bash,2 can be set to verbose mode by using a flag, such as -v or --verbose.

References

References

  1. curl(1) – Linux User Commands Manual
  2. "bash(1): GNU Bourne-Again SHell - Linux man page". linux.die.net. Archived from the original on 2024-12-25. Retrieved 2025-01-05.