Display a long listing of the files in the /etc/pam.d directory hierarchy that are links.

What will be an ideal response?


$ find /etc/pam.d -type l -exec ls -l {} \;
or
$ find /etc/pam.d -type l | xargs ls -l

Computer Science & Information Technology

You might also like to view...

The Current Database category in the Access Options dialog box allows you to set two objects to open in sequence.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Explain what a compound operator is, and of what it consists.

What will be an ideal response?

Computer Science & Information Technology

When using VLOOKUP, the _____argument is optional.

A. lookup_value B. table_array C. range_lookup D. col_index

Computer Science & Information Technology

Answer the following statement(s) true (T) or false (F)

Type 1 hypervisors are usually the ones you find loaded on a suspect machine.

Computer Science & Information Technology