No Account Yet?

You are not logged in.

Add to: JBookmarks Add to: Facebook Add to: Windows Live Add to: Digg Add to: Del.icoi.us Add to: Reddit Add to: StumbleUpon Add to: Slashdot Add to: Netscape Add to: Furl Add to: Yahoo Add to: Blogmarks Add to: Technorati Add to: Newsvine Add to: Google Information
The apropos Comand E-mail
Linux HowTo's - Beginner Linux HowTo's
Written by Tim Inkpen   
Saturday, 14 June 2008 10:52

apropos:

-Searches for a given keyword in the top line (description) of all man pages then displays all that match

-Useful if you do not know the name of a command but you have a specific task you want to perform

 

 

Format

            aproposkeyword

            i.e.

            apropos locate 

 

Note: man –k keyword

            i.e.

            man –k who

will give the same result as

apropos who

 
Whatis Database

-Database used by apropos is called whatis

-created by a cron job that runs weekly using a utility called makewhatis

-The cron utility runs the /etc/cron.weekly/makewhatis.cron script to build/update the whatis database

-If  the system is turned off periodically (as with a laptop/desktop), the script may not run.
-To keep apropos updated run command, as root run:

  makewhatis -w

 

 

Comments
Search RSS
Only registered users can write comments!

3.22 Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated ( Saturday, 14 June 2008 21:56 )