CyberCertPrepSecurity FundamentalsLinux BasicsEASYFree question
Which command displays the manual page for a Linux command?
- A.A. help
- B.C. man
- C.B. info
- D.D. --help
Why B 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.