answersLogoWhite

0

ls list directory content

-l long format, displaying Unix file types, permissions, number of hard links, owner, group, size, date, and file name

-a lists all files in the given directory, which names begins with .

-r Reverse the order of the sort.

-t sort the list of files by modification time.

This lists the most recently modified files at the end of the listing. ls -latr is a convenient way to see what has changed recently in a directory.

User Avatar

Wiki User

14y ago

What else can I help you with?