Why do we send message over linux console? We can send message using our favorite messenger. That’s right. But, imagine if you are working in a linux machine using a console and want to talk to another user without moving from your console. To do this, you can use a command named write.
Ummm… how if [...]
An easy way to view who’s accessing a linux machine is using command named who.
$ who
dani pts/0 May 16 08:16 (10.1.12.12)
akachan pts/1 May 16 08:20 (10.1.12.51)
dewi pts/2 May 16 08:39 (10.1.12.94)
easy isn’t it?


