Linux commands
cd -
- go back to previous directory
file hunting¶
grep "auth failure" /var/log/auth.log
cat /var/log/auth.log | grep "auth failure"
grep
can use [[regex]]
cd -
- go back to previous directory
grep "auth failure" /var/log/auth.log
cat /var/log/auth.log | grep "auth failure"
grep
can use [[regex]]