 |
|
|
Getting help on linux commands
Last
Updated:
December 4, 2008
Almost every linux command can be run with a "--help" option.
An example of getting help for a linux command would be typing the following.
cp -- help | less
To retrieve more extensive help/information you can type
man cp
This will display the manual pages for the cp command.
|
|
 |
|