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?