Linux Essentials (010-160) — Question 56

Which of the following commands are used to get information on the proper use of ls? (Choose two.)

Answer options

Correct answer: D, E

Explanation

The correct commands to obtain usage information for ls are 'man ls' and 'info ls'. 'man ls' opens the manual page for ls, providing detailed information, while 'info ls' offers a more detailed explanation in a different format. The other options, 'option ls', 'usage ls', and 'manual ls', are not valid commands for retrieving this information.