# Task 10

## <mark style="color:purple;">Task 10</mark>

*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.*

### <mark style="color:purple;">Answer</mark>

ls

### <mark style="color:purple;">Explanation</mark>

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.
