You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conststdout=execSync('hostnamectl --json short 2>/dev/null',util.execOptsLinux);
hostnamectl does not provide the Fully Qualified Domain Name (FQDN) or domain name directly when you query it. It only deals with the static hostname (short hostname), pretty hostname, and transient hostname.
For linux use the hostname -f command to get the Fully Qualified Domain Name.
The text was updated successfully, but these errors were encountered:
systeminformation/lib/osinfo.js
Line 171 in 3a92931
hostnamectl
does not provide the Fully Qualified Domain Name (FQDN) or domain name directly when you query it. It only deals with the static hostname (short hostname), pretty hostname, and transient hostname.For linux use the
hostname -f
command to get the Fully Qualified Domain Name.The text was updated successfully, but these errors were encountered: