As upcoming security analyst, I’ve learned that while I won’t always know every command or option in Linux,
I can use built-in help tools to find the answers. This lab focused on using man
, whatis
,
and apropos
to understand what commands do and how to use them.
I was tasked with identifying and exploring several Linux commands using the built-in help features. Here's what I did:
man
command.whatis
command to get short descriptions of Linux commands.apropos
to search command manual pages for specific keywords.man <command>
whatis <command>
apropos <keyword>
This lab helped strengthen my ability to work independently in a Linux terminal by showing me how to get real-time help using commands already available in the system.