Process Termination in Linux

Today, we’ll be discussing Linux processes. Any program instance running on Linux is a process. For example, if you are using Firefox to reading this article, you may see it in your Linux terminal by typing out the “ps ax | grep firefox” command. I have provided a screenshot of Ubuntu here, so you can […]

Process Termination in Linux Read More »

A Detailed guide to Linux Filesystem Hierarchy Standard

The directory(folder) structure in Linux-based operating systems follows the Linux Filesystem Hierarchy Standard (FHS) defined and maintained by the Linux Foundation. Having a well-defined standard makes it easier for the users and software developers to know the location of installed binaries, system files, system information etc. This way Linux applications don’t have to be tailored

A Detailed guide to Linux Filesystem Hierarchy Standard Read More »