If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Try "man -k". That's for searching the database of man pages for a specific word. Just make sure that your man database has been built - the cronjobs do this weekly at nights, or you can use a maintenance program to search it manually.
Originally posted by littlegreenspud: Thanks proton!
How do you find out all these commands?
Is there a list all commands command!
Man is only useful if you know the name of the command beforehand.
Try 'man -k somestring' where somestring is a string that is likely to appear in the description of the command. You will then get a list of commands and their manpage descriptions that contain somestring.
There are also various books available that detail this stuff.