How to View Linux System Information
To know only system name, you can use uname command without any switch will print system information or uname -s command will print the kernel name of your system. root@localhost ~ $ uname Linux To view your network hostname, use ā-nā switch with uname command as shown. root@localhost ~ $ uname -n localhost.localdomain To get … Read more