CyberCertPrepSecurity FundamentalsLinux BasicsEASYFree question
Which command displays the manual page for a Linux command?
- A.info
- B.--help
- C.help
- D.man
Why D is correct
'man' (manual) displays detailed documentation for commands, system calls, and configuration files. For example, 'man ls' shows the ls manual page. 'man -k keyword' searches manuals. Many commands also support '--help' for a brief summary.
Know someone studying for Security Fundamentals? Send them this one.