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 …
In Linux, the command top will show you an aggregation of the CPU usage by default. If your processor is multicore and you want to see the statistics on each core of that multi-core processor then you can do this within the top. Normal top command …
Problem: I have an HP-UX 11.31 server, for hardening and securing the server I have disabled the root login on this server. How to Disable Root SHH Login in HP-UX? But after disabling the root login, I was not able to switch to the root user. I was …