Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Practicing wget and using tar

There's a file to get into your Kali

wget http://classes.csse.rose-hulman.edu/csse14x/shadow.tar.gz

Untar and unzip it

tar -xzvf shadow.tar.gz

This should create an etc directory.

Looking in there I see a file, shadow. What is it?