--- layout: page category-page: basic category-title: Basic commands tags: manual author: Gianmarco De Vita title: man previous-page: pages/cmd/basic/3-ls.html next-page: pages/cmd/basic/5-open.html ---
The man
tool allows you to explore the various utilities
of the Shell. To search for more information about a command, just write
man command-name
As result, a new session will be opened with information about the command
you have typed (and more specifically about its functions and flags).
Using some flags, you can obtain with this command the same results you get
when you use other commands.
apropos
whatis