RHEL or CentOS Linux: How to read a file with spaces in its name ?
We can not read any directory or file name containing spaces by writing its name normally as Linux will consider it as separate directories or files. To read a file...
Similar to IPTables, firewalld is a user space utility program to manage Linux system firewall. Firewalld and IPtables both use the same kernel module i.e. NetFilter. As a result, only...
Prompt Statement or PS defines various variables to change the look or behavior of the Shell prompt. There are four prompt statements available alongwiith a prompt command variable in Linux...
In this post, we will look various ways how to view priority of a linux process and how to change it. 1. Viewing Priority of Linux process a. Using Top...
Dictionaries is a special type of content holder used in python just like an array. In array, we reference a value using an index number, however in a dictionary we...