if you are wondering what the apropos command does in linux i will try to show you.

you can use for example to search man pages

for example:

man -k who


you can also achieve the same like this:

apropos who