Binaries/man: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "man is a binary used to find and view manual files")
 
No edit summary
 
Line 1: Line 1:
man is a binary used to find and view manual files
man is a [[Binaries|binary]] used to find and view manual files
 
 
'''usage:'''
 
man programname
 
 
'''output:'''
 
opens the manual for programname
 
 
program name is the command, eg: "man apt" or "man useradd"

Latest revision as of 06:19, 24 September 2024

man is a binary used to find and view manual files


usage:

man programname


output:

opens the manual for programname


program name is the command, eg: "man apt" or "man useradd"