2 min read 0 CentOS Debian Linux Mint Red Hat Ubuntu How to Kill a Process in Linux November 15, 2023 Process is a program or task that is currently running on your system. For example, […]
3 min read 0 CentOS Debian Linux Mint Red Hat Ubuntu Top Command in Linux with Examples November 13, 2023 Top command is used to capture the snapshot of processes running on your system in […]
2 min read 0 CentOS Debian Linux Mint Red Hat Ubuntu Ps Command in Linux with Examples November 12, 2023 Ps stands for process status and it is one of the commonly used commands in […]
4 min read 0 CentOS Debian Linux Mint Red Hat Ubuntu How to Work with Nano Editor in Linux November 11, 2023 Nano is a default command-based text editor in many Linux distributions. It is easy to […]
4 min read 0 CentOS Debian Linux Mint Red Hat Ubuntu If Else Statement in Bash Script with Examples November 9, 2023 If else statement in bash scripting alters the control flow of the execution and it […]
4 min read 0 CentOS Debian Linux Mint Red Hat Ubuntu Cat Command in Linux with Examples November 6, 2023 Cat (short for concatenate) is used to concatenate files and print their output on the […]
2 min read 0 CentOS Debian Linux Mint Red Hat Ubuntu Mv Command in Linux with Examples November 5, 2023 Mv command is used to move files and directories in Linux. This article focuses on […]
2 min read 0 CentOS Debian Linux Mint Red Hat Ubuntu Cp Command in Linux with Examples November 2, 2023 Cp command is used to copy files and directories to some other location. In this […]