Task 10

Task 10

There are a couple of commands we can use to list the files and directories available on the FTP server. One is dir. What is the other that is a common way to list files on a Linux system.

Answer

ls

Explanation

This command works similarly to the dir command, showing the contents of the current directory on the FTP server. The ls command is widely used in Unix-like systems, including Linux, to list files and directories in a more concise format.

Last updated