Table of Contents1 Introduction2 What Is the who Command in Linux?3 How to Use the who Command in Linux3.1 Basic…
DevOps Blog – Latest DevOps Articles and Tutorials
Mastering the users command in Linux with Examples
Table of Contents1 Introduction2 What is the users Command in Linux?2.1 Why Use the users Command?3 Basic Syntax of the…
w command in Linux with Examples
w command in Linux Provides a quick summary of every user logged into a computer. The w command in Linux…
uptime command in Linux with Examples
uptime command is a measure of system reliability, expressed as the percentage of time a machine, typically a computer. The…
passwd command in Linux with Examples
passwd command is a tool on Linux operating systems used to change a user’s password. The passwd command in Linux…
gzip command in Linux with Examples
gzip is a software application used for file compression and decompression. It is a common way of compressing files in…
pwd command in Linux with Examples
pwd command is the print working directory. It is one of the most frequently used Linux. like is cd or…
Fixing ansible python broken pipe for RHEL Centos 5
Table of Contents1 Introduction2 The Problem3 Ansible python broken pipe running error4 FAQs5 Conclusion Introduction In this tutorial, How to…
Git merge development branch to master branch
In this tutorial, How to use Git merge the development branch to the master branch? To merge a development branch…
Oracle v$system_parameter: A Guide for Database Administrators
Table of Contents1 Introduction2 What does Oracle “v$system_parameter” mean?3 Step by step: Oracle v$system_parameter3.1 Step 1: Log in and connect…