--- layout: page category-title: Basic commands category-page: basic tags: manual author: Gianmarco De Vita title: man previous-page: pages/cmd/basic/info.html next-page: pages/cmd/basic/say.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-nameAs result, a new session will be opened with information about the command you have typed (and more specifically about its functions and flags).
apropos
whatis