October 31, 2021 in Technology, Tips and Tricks
check the system configuration in Linux
To know only the system name, you can use the uname command without any switch that will print system information or the uname -s command will print the kernel name of your system. To view your network hostname, use the ‘-n’ switch with the uname command as shown. To get information about kernel-version, use the ‘-v’ switch. To get the information about your […]