To find the physical memory details of an HP-UX machine/server, use the machinfo command. It will display the detailed hardware information of CPU, Memory, Firmware, Machine Model, Hardware Serial Number etc. Login as a root user or super user and run the below command to get the memory details …
To find the CPU information of an HP-UX machine/server, use the machinfo command. It will display the detailed hardware information of CPU, Memory, Firmware, Machine Model, Hardware Serial Number etc. Login as a root user or super user and run the below command to get the CPU or …
If you want to show the line numbers in vi editor while editing the file then you need to set the number flag. follow the steps given below to set the line numbers while using the vi editor: Show Line Numbers in vi Editor First, open the file in …
October 26, 2017
Linux, macOS
Use the dmidecode command to see the hardware information of an RHEL server running. On Linux-based systems, you can extract most of the system and hardware information from the /proc file system. Run the commands shown below as a root user or superuser to find the system …