CyberCertPrepSecurity FundamentalsLinux BasicsEASYFree question
Which command lists files and directories in the current directory in Linux?
- A.A. dir
- B.C. show
- C.B. ls
- D.D. list
Why C is correct
The 'ls' command lists files and directories. Common options include -l (long format), -a (show hidden files), -h (human-readable sizes), and -R (recursive listing).
Know someone studying for Security Fundamentals? Send them this one.