Linux and Networking

Linux and Networking

3.1 ls : showing files

The command that is used on Unix, and therefore on Linux to show the files is the command: “ls”, “dir” is also used, but it is just a copy from “ls”, with another name

 

Once logged in, type:

$ls

 

You will see the files that are in that directory. Those files can be:

executables (binaries), text, directories, scripts (set of commands inside a text file).

The Demeter Project