Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
If you've been following along, you're probably an expert at using ls to list directory contents and to verify that files and directories were copied as you intended. ls, though, has a couple more handy uses. In particular, you can also use it to
List file names and information, which is handy for differentiating similar files (Figure 2.1).
List all files in a directory, including hidden ones, such as .profile and .login configuration files (Code Listing 2.5). See Chapter 8 for more about configuration files.