To remember every commands in linux is a very tough job. Even experienced user cannot boast that they have remembered every single command. To get help about commands in linux, a few commands can be used.
- # man command 
 - format and display manual pages for commands
 - # info command 
 - information document about commands
 - # command --help
 - help on commands
 - # whatis command 
 - search the whatis database for complete words
 - # apropos string
 - search the whatis database for strings
 - # man -k string
 - search manual pages for strings. similar to apropos
 
No comments:
Post a Comment