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 […]
5 July 201415 May 2023Linux CommandsBy Admin how to use halt command with its examples /var/run/utmp Reads current runlevel from /var/log/wtmp A new runlevel record for […]
20 June 201415 May 2023General Topics, InterviewBy Admin Interview Questions – What is a Linux Operating System? – Linux is a very popular operating system Just like Windows XP, Vista, 7, which is widely used in almost all […]
20 June 201416 May 2023Linux CommandsBy Admin how to use gzip and its examples Examples: 1. To compress any file $ gzip file 2. To decompress a file $ gzip -d file.gz$ gzip –decompress file.gz$ gzip […]
20 June 201416 May 2023Linux CommandsBy Admin how to use gunzip command with its examples Examples: 1. To unzip any compressed file $ gunzip file.gz 2. To get the License information $ gunzip -L$ gunzip –license 3. […]
20 June 201416 May 2023Linux CommandsBy Admin how to use groupmod command with its examples /etc/group Group account information. /etc/gshadow Secure group […]