Where would you look for configuration files on an Apple computer?

Prepare for the Digital Forensics, Investigation, and Response Test. Study with multiple choice questions that include hints and explanations. Enhance your understanding of digital forensics principles and get ready for your exam!

Multiple Choice

Where would you look for configuration files on an Apple computer?

Explanation:
On Unix-like systems, configuration files that affect the whole system live in /etc. On macOS, /etc is the standard spot for many global settings (for example, hosts, ssh_config, and other service configurations), and it’s actually a link to /private/etc, so either path points to the same place. The other directories have different roles: /var holds variable data like logs, /usr stores programs and libraries, and /opt is for optional software. So the place you would look for configuration files on an Apple computer is /etc.

On Unix-like systems, configuration files that affect the whole system live in /etc. On macOS, /etc is the standard spot for many global settings (for example, hosts, ssh_config, and other service configurations), and it’s actually a link to /private/etc, so either path points to the same place. The other directories have different roles: /var holds variable data like logs, /usr stores programs and libraries, and /opt is for optional software. So the place you would look for configuration files on an Apple computer is /etc.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy