Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam CFR-310 All Questions

View all questions & answers for the CFR-310 exam

Exam CFR-310 topic 1 question 22 discussion

Actual exam question from CertNexus's CFR-310
Question #: 22
Topic #: 1
[All CFR-310 Questions]

A security investigator has detected an unauthorized insider reviewing files containing company secrets. Which of the following commands could the investigator use to determine which files have been opened by this user?

  • A. ls
  • B. lsof
  • C. ps
  • D. netstat
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
044f354
1 month, 3 weeks ago
Selected Answer: B
B. lsof Explanation: lsof (List Open Files) is a command that displays information about files that are currently open by active processes. It can be used to track which files a particular user has opened, which is crucial for investigating unauthorized access to sensitive data. Why the other answers are incorrect: A. ls: Lists files in a directory but does not provide information on which files are currently open or accessed by a user. C. ps: Shows information about running processes, but not which files those processes have opened. D. netstat: Displays network connections and routing tables, but does not provide details on file access.
upvoted 1 times
...
Wutan
1 year, 2 months ago
Selected Answer: B
The answer is B. lsof. The lsof command is a Linux command that lists all open files on the system. This includes files that are opened by processes, sockets, and other file descriptors. In this case, the security investigator can use the lsof command to determine which files have been opened by the unauthorized insider.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...