The last tag has no wiki summary.
2
votes
2answers
34 views
How to detect what is causing entries in the “last” cmd's output?
last
...
date { Sun Mar 31 12:00
date | Sun Mar 31 12:00
date { Sun Mar 31 00:00
date ...
3
votes
1answer
85 views
Bind to execute command with last argument of previous command
I want to create a bind that executes g++ !$ in the same way that the shell would interpret it if I just typed it.
I tried:
bind '"\ee": "g++ !$"', but it doesn't execute command (just
"pastes" it)
...
1
vote
2answers
276 views
Meanings of the columns in “last” command
As I was investigating a server that is rebooting in a regular fashion, I started looking through the "last" utility but the problem is that I am unable to find what the columns mean exactly. I have, ...
1
vote
1answer
2k views
Can't explain “crash” entries in output of the 'last' command
Last shows "crash" at 12:02 and 14:18, but the system didn't stop working at that time. The reboot at 15:03, on the other hand, was to recover from an actual crash - our system stopped responding at ...
4
votes
1answer
6k views
How to know when and which user logged into the system under Mac OS X? Last is not enough!
In Mac OS X, if I don't touch it for a while, it will lock the screen and one must use password to unlock it, but this kind of log in is not recorded by last command. I want to know if anybody tried ...
2
votes
1answer
130 views
Why does `last` show '{' and '|' in the TTY field?
We recently set up a new FreeBSD 7.2 machine on March 11. When looking at last, we noticed some funny characters for the TTY field.
What do these characters mean? Note that at this time, the ...
2
votes
1answer
2k views
Output of the “last” command
Can anybody explain me what is the meaning of the last column of the output of the last command? I'm particularly interested in its meaning with respect to the reboot pseudo-user.
reboot system ...