Apropos



Ever wanted to use a command to do something, but couldn’t quite figure out the actual command to accomplish what you need done? Try using apropos! Apropos is a way to browse through the help area of the Unix/Linux operating system for a command that will help achieve your goal. For example, if I wanted to find commands that relate to “secure”, I would enter apropos secure at the command line, and the kernel would return the results listed below along with any services that involve ’secure’:

As always, if you wanted to get a more elaborate description on a command or service, you can always use man (shortened for: manual). This will display a full description, and various options of a command which you have found using apropos.

2 Responses to “Apropos”

  1. bt Says:

    ‘man -k’ is the equivalent of apropos. it feels shorter to type, to me.

  2. Upendraya Says:

    This may not be revelant but i figured i’d post this anyway. If you’re using ubuntu 8.10 you may be in for some issues with the network manager. For some unknown reason it stops functioning. You will need to manually set you’re resolv.conf with your ISP’s DNS servers. That file is located in /etc/network/resolv.conf

Leave a Reply