answersLogoWhite

0

What is man command?

Updated: 10/3/2023
User Avatar

Wiki User

15y ago

Best Answer

The man command of the Linux operating system is the system's documentation pager. Each page argument given to man is normally the name of a program, utility or function. For example, to see the reference manual of the grep program: man grep

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is man command?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is man fdisk in Linux?

In Linux the man command displays the help(man page) for a command. man fdisk is "display the man page for command fdisk"


What is the Linux equivalent of the Windows help command?

The man command.


What command show is the man page for the etcpasswd file and not the passwd command?

Try "man 5 passwd"


How can you access help for a specific command in Linux?

In terminal type: "man command", or "info command"


What does is command do in Linux?

A command is an instruction from a user to get the computer to do something! A simple example: open a terminal and type the command "man man" (without the quotes) and the result will be the manual page of the man command.Note: The command ls stands for list the files in the current directory.


Write the Linux command to display the information about LS command?

Using man ls will open the manual page for the ls command. The ls command lists the files and folders in the current directory.


What command is equivalent to the man -k keyword command?

apropos keyword


What is the purpose of MAN command in Linux?

The man command is short for manual. For example: $ man ls will show the manual page for the lscommand (list files in current directory). Whilst $ man man will show the manual pages for man!


Which is the most commonly used command for referencing detailed information about a particular command in UNIX?

In Unix, use the 'man' command.


Which command illustrates how to obtain helpful documentation for the ls command?

Use either the 'man' command or the 'info' command with ls to get more information on options and output.


What is the use of man command in Linux?

"man" is part of Linux. You could try "info" if you really wanted.


Which command is used to gets help about Linux?

The 'man' or the 'info' command have documentation about utilities and commands in the system.