answersLogoWhite

0


Best Answer

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!

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the purpose of MAN command in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the Linux equivalent of the Windows help command?

The man command.


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"


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

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


What is the use of man command in Linux?

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


What is the purpose of a man page in Linux?

The purpose of a man page is to display instructions for the usage of a program.


Which command is used to gets help about Linux?

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


Where can one gain more information about how to use the Linux terminal?

At the command prompt, type 'man [command]' (removing the brackets and substituting the command for which you need information).


Do all Linux commands have options associated with them?

No, but the grand majority of them do. For more information: $ man command $ command --help


What does the k command do in Linux?

k is not a standard command in Linux.


Linux command to list a folders contents?

The LS command: ls folder Type man ls for more details.


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.


Linux command will allow you to change file permissions?

The chmod command. For it's usage, consult it's manual page with the... $ man chmod command....