Sometimes you may need to evaluate expression in shell script. Here are the steps to do it.
Ubuntu
What does ${} and $() mean in Shell Script
Command substitution and parameter substitution are important features of Linux Shell. Here are the key differences between them.
How to Run C Program in Linux
Sometimes you may need to run C Program in Linux. In this article, we will learn how to run C program in Linux system.
How to Delete Write Protected File in Linux
How to Suspend Process in Linux
Sometimes you may need to pause/suspend or resume process in Linux. Here are the steps to suspend process in Linux.
How to Run Linux Commands Without Logging in History
Sometimes you may need to run Linux commands without saving them to history. Here is how to run Linux commands without logging in history.
Most Common Fdisk Commands in Linux
How to Generate GRUB Password in Linux
Sometimes you may need to generate GRUB password in Linux. Here are the steps to password protect GRUB in Linux.
How to Restore Deleted Tmp Directory in Linux
How to Copy File Permissions & Ownership from Another File in Linux
Sometimes you may need to copy file permissions and ownership from another file in Linux. Here are the steps to do it in Linux.