Which commands best establish your current location and show detailed entries including hidden files?
Use cd followed by touch.
cd
touch
Use pwd followed by ls -la.
pwd
ls -la
Use rm followed by rmdir.
rm
rmdir
Use ln followed by cp.
ln
cp