
Getting Help by Using man in Linux/Unix Platform
Using ‘man’ Page ‘man’ page displays commands objective, syntax and their option list. It also displays typical examples Syntax:
1 |
[kalp@kalp-tech.com ~]$man <command_name> |
Example:
1 |
[kalp@kalp-tech.com ~]$man cp |
This command will show the list of available options in the cp(copy) command. The list will be sufficiently […]