You are not logged in.
$ cat /etc/hosts
# Static table lookup for hostnames.
# See hosts(5) for details.
127.0.0.1 localhost
::1 localhost
# 127.0.0.1 my_name123And
$ hostname
my_name123This has remained even after a reboot.
Last edited by gremlin (2023-05-11 20:14:47)
Offline
hostnamectl hostname your-host-nameOffline
/etc/hosts != /etc/hostname
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
And localhost is not a valid hostname and will lead to all sorts of issues if that file leaves any conclusion towards your intention.
Offline