In Windows I read the registry key SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\ProductName to get the full name and version of the OS.
SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\ProductName
But in Linux, th
Not sure I followed exactly what you're after but I think you just want the "all" flag on uname:
uname -a