8 lines
72 B
Plaintext
Executable File
8 lines
72 B
Plaintext
Executable File
last_logins ()
|
|
{
|
|
# List the last 100 system logins
|
|
|
|
last | tail -100
|
|
}
|
|
|