2 Feb
2021
2 Feb
'21
17:21
On Tue, 02 Feb 2021 12:08:46 +0100 Per Jessen <per@computer.org> wrote:
jdd@dodin.org wrote:
Le 02/02/2021 à 12:00, Carlos E. R. a écrit :
If you type "apropos hostname" you get a list that includes that command.
$ apropos hostname hostname: nothing appropriate.
I quote this line, because "apropos" is an often forgotten command, yet very usefull :-)
I tend to use "man -k hostname", not sure how different they are.
$ man -k hostname hostname: nothing appropriate. $ hostname[TAB] hostname hostnamectl And hostnamectl works as expected ??!!