How to change nice value of process in linux?

nice value in linux
In the “top” command, you can change the nice value of a process in linux interactively. The nice value (also ...
Read more

Top command in linux

top command in linux
The “top” command in Linux provides a real-time, dynamic view of the system’s performance, including information about CPU usage, memory ...
Read more

How to check CPU usage in linux?

check cpu usage in linux
In this following post, you will learn how to check CPU usage in linux systems. Before that, to know how ...
Read more

Print first 10 multiples of given number

bash script that print numbers
Here are the simple steps to create a bash script that takes a user-input number and print the first 10 ...
Read more

For loop to list all files in a directory

for loops in bash
Here is the simple bash script that uses a “for” loop to list all files in a directory: Syntax of ...
Read more

Bash: Unleashing the Power of While Loops in bash

while loops in linux
In the following post, you will unleash the power of “while Loops” with Real-Time Use Cases in bash. Syntax of ...
Read more

Bash: Unleashing the Power of For Loops with Real Time Use Cases

for loops in bash
In the following post, you will unleash the power of “For Loops” with Real-Time Use Cases. Syntax of for loop: ...
Read more

When to use square brackets, single & double parentheses in bash?

when to use square bracket in bash
In Bash, square brackets “[]”, single parentheses “()” and double parentheses “(( ))” are used in different contexts within “if” ...
Read more

Create a bash script that checks if a file is readable and writable

Check if file is readable or writable
Here are the simple steps to create a bash script that checks if a file is readable and writable. Create ...
Read more

Check if entered number is numeric or not using bash script

check number or not using bash
The below bash script that takes two numbers as input from the user, compares them and check if entered number ...
Read more
1238 Next