To access the man page for a command, you use the man command followed by the name of the command you want to learn about. For example:
man ls
This command will display the manual page for the ls command, providing detailed information about its usage, options, and examples.
