GIAC Certified Incident Handler (GCIH) — Question 54

What is the Linux administrator doing with the commands below?
$ rpcclient -U fezzik florin
rpcclient

gt; lsaenumsid

Answer options

Correct answer: C

Explanation

The correct answer is C because the command 'lsaenumsid' is specifically used to list the privileges associated with a SID that is defined locally on the server. Option A is incorrect as it suggests resolving SIDs to usernames, which is not the purpose of the command used. Options B and D also misinterpret the command's function, as they relate to rights and all user SIDs rather than just privileges for a single SID.