- Forums
- Linux Commands
- How To Use The Apropos Command In Linux
This Page Contains information about How To Use The Apropos Command In Linux By Webune in category Linux Commands with 0 Replies. [826], Last Updated: Mon Jun 24, 2024
Webune
Wed Jul 22, 2009
0 Comments
569 Visits
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