Translations of this page:
“man”
command allow you to obtain information about commands, you only need to type (“man ls”
for example this will load the manual for the ls command). You can also search the manual by typing : “man -k keyword”
, if you need to look for random commands for example you only have to type “man -k random”
.