# Apache2 ### Read First line in file If apache2 can be run as root (sudo), when parsing a configuration file, it will error and print out the first line of any file it doesn't not understand, letting us read the first line of files we can't normally read. Example: ```bash $ sudo apache2 -f /etc/shadow ```