In the most Linux-specific terms you can, explain what "ls -lr" does. Make sure you include an explanation of what the "l" and "r" each do.
a) Lists files in reverse order of modification time
b) Lists files in reverse order of file size
c) Lists files in long format and sorts them in reverse order
d) Lists files in long format and reverse sorts them by file name