how do find all failed login attempts via ssh?
Answer Posted / satyadev
tail -f /var/log/secure | grep FAILED
or
lastb
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Explain the working of command grouping?
How do I check memory usage on linux?
Why is it called bash?
Which command is used to terminate a process?
What is mkdir p linux?
What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?
How do I check my cpu speed?
How to write the output of a command to a file?
What is makefile target?
How can we increase disk read performance in single command?
How do I find the process id in linux?
How do I find old commands in linux?
Is makefile a shell script?
Which command is used to clear the screen?
How do I use nslookup in linux?