5 July 201414 May 2023Linux CommandsBy Admin how to use iostat command with its examples iostat generates three types of reports, Examples: To get the CPU utilization $ iostat -c$ iostat -c 2 10 […]
5 July 201414 May 2023Linux CommandsBy Admin how to use info command with its examples Examples: 1. To get the info about any command/service $ info mkdir 2. To lookup string in all manual indices $ info […]
5 July 201414 May 2023Linux CommandsBy Admin how to use ifrename command with its examples Examples: To set the configuration file $ ifrename -c /path/config To probe kernel modules before renaming interface $ ifrename -p To rename […]
5 July 201415 May 2023Linux CommandsBy Admin how to use ifenslve command with its examples Examples: 1. To show information of all the inerfaces $ ifenslave -a$ ifenslave –all-interfaces 2. To change the active slave $ ifenslave […]
5 July 201415 May 2023Linux CommandsBy Admin ifconfig command line utility and its examples Examples: 1. To see all the interfaces on the system $ ifconfig -a 2. To see all the interface stats $ ifconfig […]
5 July 201415 May 2023Linux CommandsBy Admin how to use id command with its examples Examples: 1. To print the current user ID $ id 2. To ge the all the identification information of the a user […]
5 July 201415 May 2023Linux CommandsBy Admin how to use hwclock command and its examples Examples: 1. To see the hardware clock $ hwclock 2. To read the Hardware Clock and print the time on Standard Output […]
5 July 201415 May 2023Linux CommandsBy Admin hostname command line utility and its examples Examples: 1. To print the hostname of the system $ hostname 2. To display the alias host name of the system $ […]
5 July 201415 May 2023Linux CommandsBy Admin how to use httpd command with its examples Examples: 1. To set the initial value for the server root $ httpd -d /var/tmp/ 2. To set the config file $ […]
5 July 201415 May 2023Linux CommandsBy Admin how to use head command with its examples Examples : 1. To output first 10 lines from the file $ head file.txt 2. To output first specified number of bytes […]