Summary Linux command list
This is a Linux command for checking the manual of each command. "man" is an abbreviation for "manual".
$ man 'Command you want to check'
#Example of checking the cd command
$ man cd
option | Description |
---|---|
-a | View all target manuals |
-d | Display in debug mode |
-k | Manual search |
-K | Search in the body of the manual |
-P | Specifying pager |
-c | Specify the config file |
#View the cd command manual using cat
$ man -P cat cd
pwd, mkdir, cd , cat, cp, ls, touch, less, mv, rm, ssh, man, ** Adding at any time **
We undertake various development and construction contracts and mentor work for beginners. If you are interested, please go to ** here **
Recommended Posts