Skip to main content

Command Palette

Search for a command to run...

LINUX: man, info & pinfo : The Linux Documentations

Updated
1 min read
LINUX: man, info & pinfo : The Linux Documentations
A

A Tech Lead by profession, a Data Enthusiast and a forever learner. Experienced in DevOps, Cloud, FullStack Development, Data Science, Machine Learning and AI.

In Linux, to get help or to read the documentation on a particular command we can use either of the three ways: man, info or pinfo .

The help command man is more popular and gives concise documentation of how to use a command, whereas the info or pinfo is the GNU documentation which is more detailed.

I personally liked pinfo the most, maybe because I come from a Windows background, but I guess I will use man more 😀

To get help with any of these documentation commands, just write the documentation command followed by the command with which you need help. Example:

man date

or

pinfo date

or

info date

More from this blog

A

Anupam Majhi

28 posts

Tech Lead | DevOps, Cloud, FullStack, Data Science, Machine Learning, AI