# uname > Print operating system name - Print all available operating system and kernel information `uname -a` - Print the system (kernel) name, release and version (e.g. Linux, Darwin, SunOS, etc.) `uname -srv` - Print the nodename (hostname) of the system `uname -n`