Use the command uname to print system information in Linux. # uname -r 2.6.18-194.32.1.el5 The –r option will print the kernel release. # uname -s Linux -s prints the kernel name. # uname -n mycomputer.wiivil.com Print the node name or…
Use the command uname to print system information in Linux. # uname -r 2.6.18-194.32.1.el5 The –r option will print the kernel release. # uname -s Linux -s prints the kernel name. # uname -n mycomputer.wiivil.com Print the node name or…